Files
metasploit-gs/lib/msf/ui/console/command_dispatcher/encoder.rb
T
Matt Miller 9ba20c7b34 text user interface crap
git-svn-id: file:///home/svn/incoming/trunk@2508 4d416f70-5f16-0410-b530-b9f4589650da
2005-05-22 19:39:21 +00:00

16 lines
178 B
Ruby

module Msf
module Ui
module Console
module CommandDispatcher
class Encoder
include Msf::Ui::Console::ModuleCommandDispatcher
def cmd_encode(args)
end
end
end end end end