1module Msf 2module Util 3module DotNetDeserialization 4module Formatters 5 6 7NAMES = [ 8 :BinaryFormatter, 9 :LosFormatter, 10 :SoapFormatter 11] 12 13end 14end 15end 16end 17 18