Files
metasploit-gs/lib/msf/util/dot_net_deserialization/formatters.rb
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
155 B
Ruby
Raw Normal View History

2020-04-09 20:53:55 -04:00
module Msf
module Util
module DotNetDeserialization
module Formatters
NAMES = [
:BinaryFormatter,
2020-04-14 00:00:31 -04:00
:LosFormatter,
:SoapFormatter
2020-04-09 20:53:55 -04:00
]
end
end
end
end