1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00
git-svn-id: file:///home/svn/framework3/trunk@4720 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Miller 2007-04-21 01:53:49 +00:00
parent d037a7c093
commit 0aaad5f9c2

View File

@ -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