Patch from scriptjunkie to enable EXITFUNC=none; this is only useful in some limited situations, but was requested. Fixes #2969

git-svn-id: file:///home/svn/framework3/trunk@10720 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-10-17 05:40:56 +00:00
parent 5ff3f6c3bf
commit 6e118045eb
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ module Msf::Payload::Windows
'seh' => 0xEA320EFE, # SetUnhandledExceptionFilter
'thread' => 0x0A2A1DE0, # ExitThread
'process' => 0x56A2B5F0, # ExitProcess
'none' => 0x5DE2C5AA, # GetLastError
}
#