revert back.

git-svn-id: file:///home/svn/framework3/trunk@11900 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Mario Ceballos 2011-03-08 22:48:39 +00:00
parent 42531e097f
commit 631af16d9f
1 changed files with 1 additions and 6 deletions

View File

@ -85,6 +85,7 @@ module Metasploit3
;store function address at ebx+08
mov [ebp+0x8],eax
EOS
doexit = <<EOS
xor eax,eax ;zero out eax
push eax ;put 0 on stack
@ -100,12 +101,6 @@ EOS
EOS
getexitfunc = ''
end
# if exit is set to none, then make exit empty
if datastore['EXITFUNC'].upcase.strip == "NONE"
getexitfunc = ''
doexit = ''
end
# Generate code to get ptr to Title
marker_idx = strTitle.length - 1