17 lines
155 B
Ruby
17 lines
155 B
Ruby
module Msf
|
|
module Util
|
|
module DotNetDeserialization
|
|
module Formatters
|
|
|
|
|
|
NAMES = [
|
|
:BinaryFormatter,
|
|
:LosFormatter,
|
|
:SoapFormatter
|
|
]
|
|
|
|
end
|
|
end
|
|
end
|
|
end
|