This website requires JavaScript.
Explore
Help
Sign In
adam
/
metasploit-gs
Watch
1
Star
0
Fork
0
You've already forked metasploit-gs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6ba2b15ab2bbed8421a04bfb0792c19d0c8d1bc5
metasploit-gs
/
external
/
source
/
shellcode
/
windows
/
x86
/
src
/
migrate
T
History
RaMMicHaeL
f17b28930d
Update executex64.asm
2017-06-04 13:18:50 +03:00
..
apc.asm
Commit the updated APC injection stubs. fixes a nasty issue in some edge cases whereby when using APC injection for a process in another session then the current host process the injected APC can cause an access violation in kernel32 during a call the kernel32!CreateThread caused by the APC's host thread not having an initialized Activation Context inside its TEB. We now test for this and create a dummy ActivationContext entry to appease the kernel. This will both improve DLL injection reliability as well as meterpreter migration reliability.
2010-03-11 17:00:19 +00:00
executex64.asm
Update executex64.asm
2017-06-04 13:18:50 +03:00
migrate.asm
For now just adding in the new APC migrate stubs and the wow64->x64 exec stub. (fix up the build scripts and use a dedicated migrate directory for this stuff).
2010-01-22 14:03:53 +00:00