Windows-Rootkits/Inject/SetThreadContext/InjectDllBySetThreadContextx64
ciyze 50c6122765 update
update shellcode
2019-12-31 16:03:30 +08:00
..
InjectDllBySetThreadContextx64.cpp update 2019-12-31 16:03:30 +08:00
InjectDllBySetThreadContextx64.vcxproj Add files via upload 2016-08-29 20:24:53 +08:00
InjectDllBySetThreadContextx64.vcxproj.filters Add files via upload 2016-08-29 20:24:53 +08:00
ReadMe.txt Create ReadMe.txt 2016-08-29 20:23:30 +08:00
stdafx.cpp Add files via upload 2016-08-29 20:24:53 +08:00
stdafx.h Add files via upload 2016-08-29 20:24:53 +08:00
targetver.h Add files via upload 2016-08-29 20:24:53 +08:00

Inject 32 bit process by change eip to execute the shellcode which will load a dll
Inject 64 bit process by change rip to execute the shellcode which will load a dll

http://www.cnblogs.com/aliflycoris/p/5432621.html