搜索资源列表
vc_add_section
- 感染文件式加载DLL文件的一段VC源代码,非常适合加解密和远程控制软件的隐藏和注入。
Infection_dll
- 感染dll,系统注入,病毒编写,hook-Infected dll, system, injection, virus writing, hook
OEP
- OEP感染注入呢,最主要我们要了解OEP的概念。OEP就是程序的入口,比如我们编写一个DLL,那么OEP就相当于DllMain,如果编写一个EXE,那么OEP就相当于main或者WinMain。当windows把一个pe文件装载完成之后,就会直接执行OEP入口,即:AddressOfEntryPoint。我们学过PE知识得知,AddressOfEntryPoint是在IMAGE_OPTIONAL_HEADER32 结构的定义里面。-OEP infection injection, the mai
DLL自动注入EXE
- 将dll注入远程exe中 执行exe将优先执行你的dll dll结束后再开始执行exe(Executing exe by injecting DLL into remote exe will give priority to executing your DLL DLL and then start executing exe)