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-b9f4589650daunstable
parent
5ff3f6c3bf
commit
6e118045eb
|
@ -18,6 +18,7 @@ module Msf::Payload::Windows
|
|||
'seh' => 0xEA320EFE, # SetUnhandledExceptionFilter
|
||||
'thread' => 0x0A2A1DE0, # ExitThread
|
||||
'process' => 0x56A2B5F0, # ExitProcess
|
||||
'none' => 0x5DE2C5AA, # GetLastError
|
||||
}
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue