mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-20 10:26:10 +00:00
900263ea6f
n/a |
||
---|---|---|
.. | ||
InjectDllBySetThreadContextx64.cpp | ||
InjectDllBySetThreadContextx64.vcxproj | ||
InjectDllBySetThreadContextx64.vcxproj.filters | ||
ReadMe.txt | ||
stdafx.cpp | ||
stdafx.h | ||
targetver.h |
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