mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
off
git-svn-id: file:///home/svn/framework3/trunk@4720 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
d037a7c093
commit
0aaad5f9c2
@ -1,5 +1,5 @@
|
||||
##
|
||||
# $Id:$
|
||||
# $Id$
|
||||
##
|
||||
|
||||
##
|
||||
@ -35,9 +35,9 @@ $framework.encoders.each_module { |name, mod|
|
||||
|
||||
1000.times {
|
||||
|
||||
if (MachineTest.testraw(buf = e.to_native(e.encode("\xcc"))))
|
||||
if (rv = MachineTest.testraw(buf = e.to_native(e.encode("\xcc"))))
|
||||
failed += 1
|
||||
$stderr.puts("#{name.ljust(25)}: failure: #{Rex::Text.to_hex(buf)}")
|
||||
$stderr.puts("#{name.ljust(25)}[off=#{rv}]: failure: #{Rex::Text.to_hex(buf)}")
|
||||
else
|
||||
passed += 1
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user