Whitespace

unstable
James Lee 2012-05-02 18:06:39 -06:00
parent c26dff4cff
commit dd7bc23d16
1 changed files with 5 additions and 5 deletions

View File

@ -73,11 +73,11 @@ module Metasploit3
if exitfuncs[exitfunc]
exitasm = case exitfunc
when "SEH" then "xor eax,eax\ncall eax"
when "SEH" then "xor eax,eax\ncall eax"
when "NONE" then "jmp end" # don't want to load user32.dll for GetLastError
else "push 0x0\npush 0x%x\ncall ebp" % exitfuncs[exitfunc]
end
end
end
# parse URL and break it down in
# - remote host