代码(InjectDll)

时间:2013-06-09 10:02:00
【文件属性】:
文件名称:代码(InjectDll)
文件大小:219KB
文件格式:RAR
更新时间:2013-06-09 10:02:00
PE格式 DLL 代码注入 加壳 将一段数据注入到一个动态链接库中,程序会在动态链接库中新增一个section来存放注入的数据。动态链接库在加载的时候,注入的数据被加载到内存中。
【文件预览】:
InjectDll
----InjectSec2Dll()
--------PEFuncs.cpp(5KB)
--------stdafx.h(276B)
--------PEFuncs.h(1KB)
--------utils.h(68B)
--------PEParser.vcproj(5KB)
--------inject.txt(26B)
--------Debug()
--------stdafx.cpp(213B)
--------ReadMe.txt(956B)
--------PEParser.vcproj.NUDT-ZHOUXU.zhouxu.user(1KB)
--------PEParser.vcproj.zhouxu-PC.zhouxu.user(1KB)
--------InjectSec2Dll.cpp(4KB)
--------utils.cpp(401B)
----TestDll.sln(1KB)
----TestDll()
--------TestDll.vcproj.NUDT-ZHOUXU.zhouxu.user(1KB)
--------stdafx.h(1KB)
--------TestDll.h(697B)
--------TestDll.cpp(939B)
--------Debug()
--------stdafx.cpp(212B)
--------ReadMe.txt(938B)
--------TestDll.vcproj(4KB)
--------TestDll.vcproj.zhouxu-PC.zhouxu.user(1KB)
----TestDll.suo(91KB)
----debug()

网友评论