renamed msfcli to test since it's not really msfcli yet

git-svn-id: file:///home/svn/incoming/trunk@2492 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Miller 2005-05-17 04:30:56 +00:00
parent 3fa760bc6a
commit a743293c97
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ encoder = Msf::Encoders::Generic::IA32::JmpCallAdditive.new
puts "#{encoder.author_to_s}"
puts "#{encoder.arch_to_s}"
puts "#{encoder.arch?('ia32')} #{encoder.arch?('jabba')}"
begin
encoded = encoder.encode("\xcc\x90\x90\x90ABCDEFGHIJKLMNOPQRSTUVWXYZ", "\x87")
rescue Msf::Encoding::BadcharException => detail