- 1:Classic Injection
- CommonInjection
- InjectionDLL
- DLLTest
- 2:Reflection Injection
- ReflectiveDLLInjection
- ReflectiveDLL
- ReflectiveDLLPEForm
- *代码参考:https://github.com/stephenfewer/ReflectiveDLLInjection
- *为方便调试,该工程是在外部实现的对DLL的解析,其实已经与下一个项目相同。
- 3:MEMORY MODULE
- Memory Module
- MemroyInjectionDLL
- 使用了Reflection Injection的代码,对部分代码进行了修改。
- 参考:https://github.com/fancycode/MemoryModule
- 4:Process Hollowing
- EXEPayload
- HollowingDropper(冷注入)
- 参考:https://github.com/m0n0ph1/Process-Hollowing 在原项目的基础上,重写了项目,支持x86和x64
- 在原项目的基础上,重写了项目,支持x86和x64
- 热注入