搜索资源列表
InjectDLL
- DLL注入用于运行,迫使它加载一个动态链接库在另一个进程的地址空间代码的技术。 DLL注入经常被第三方开发的方式来影响它的作者并没有预料或打算程序的行为。例如,注入的代码可以捕获系统功能调用,或阅读文本框的密码,不能以通常的方式完成的内容。
HOOK
- 了解MFC DLL动态连接库的编程方法; 2.了解HOOK技术和回调函数的运行机制; 3.学习MFC中加载动态连接库的方法 -DLL&HOOK1
ktrexe
- 一个VC写的键盘记录器源代码,功能比较简单,采用的是 DLL动态库注入的方式,本程序分为两个模块,一个为EXE 加载模块,一个为DLL功能模块. 功能比较朴实,可以用于学习.-VC to write a keyboard logger source code, function relatively simple, uses a dynamic library DLL into the way, this program is divided into two modules, on
qqllkwg
- 该外挂是是通过钩子编程的,将钩子部分作为动态库dll加载进去,辅助完成运行的。-The plugin is programmed through the hook, the hook part of a dynamic library dll loaded into the auxiliary operation to complete.
zhuruqi
- dll注入的基本方法,列子中通过动态调用dll的方式,将zhuruqi.dll加载到qq.exe的内存中,当然要首先从进程列表中取得qq.exe的pid号。写的不好,但是原理上能通,而且注释了,以后会慢慢改进。-dll into the basic method, the dynamic call dll Liezi by the way, will be loaded into qq.exe zhuruqi.dll memory, of course, must first obtain qq
msimg32
- 利用msimg动态库延迟加载漏洞实现自定义dll注入。-hook msimg32 and add your function in exe
DLLhook
- 通过动态加载DLL库,设置一个钩子的实例-Dynamic loading through the DLL library, set up an example of a hook