资源列表
r3_Hook_NtDeviceIoControl
- Ring3挂钩实现网址过滤、重定向——《另类挂钩-RING3数据包监视》-Ring3 linked to achieve URL filtering, redirection- the " alternative hook-RING3 packet monitoring."
Desktop_lock
- 挂机锁屏工具,(内有二款)本人原创。通过注册表修改和键盘钩子屏蔽了所有的系统热键,完美无错!可以说是目前互联网上公开源码最好用的挂机锁。-Hook lock screen tool (with the second paragraph) I original. Keyboard hook through the registry modification and shielding of all the system hot key, error-free! Can be said that o
VBHOOK
- 利用纯VB制作区分大小写的HOOK,利用纯VB制作区分大小写的HOOK.-利用纯VB制作区分大小写的HOOK
Defender
- VC++6.0编写的系统监控程序Demo包括主程序和DLL,只做演示,DLL采用全局钩子注入所有进程并在加载DLL时改写进程IAT。本程序演示截获MessageBox和MessageBeep-VC++6.0 program written in System Monitor Demo, including the main program and the DLL, Zhi Zuo demonstration, DLL into all processes using the global hoo
hookyou
- 特别说明:本程序目的是更改其他程序窗口的显示内容(如数值)。用枚举主窗口和子窗口的方法只能找到有句柄的控件,发消息进行更改。对无句柄的控件就*为力了,在spy++里都无法枚举Delphi/BCB/VB的label控件的只能采用截获TextOut的方法了,没想到其他更好的办法:-)这种就是所谓的屏幕取词技术了,金山词霸用的就是这种方法。-Special Note: This procedure aims to change the window display of other content
Movay_War3
- MovayWar3用全局钩子实现了改键的功能,该程序是用在魔兽3中改键的-MovayWar3 hook with the realization of the overall function of the change button, the program is changed in the Warcraft 3 keys
CreateFile
- 对win32api createfile 进行inline hook的示例代码-On win32api createfile sample code for inline hook
HOOK
- 了解MFC DLL动态连接库的编程方法; 2.了解HOOK技术和回调函数的运行机制; 3.学习MFC中加载动态连接库的方法 -DLL&HOOK1
WIN64_SSDTHOOK
- 相比WIN32,WIN64的SSDT发生了较大的变化,在WIN32下挂钩SSDT的代码已经不能在WIN64下使用了。该代码实现win64下挂钩 ssdt-Compared to the WIN32, WIN64 the SSDT occur larger hook SSDT under WIN32 code has been used in WIN64. The code to achieve win64 hook ssdt
FreeDict
- 使用delphi开发的屏幕取词代码-Screen use delphi development code
InlineHook
- 用全局钩子注入,用5字节跳转HOOK了封包发送接收的几个函数-With the overall hook implantation, with 5 bytes of the packet sent Jump HOOK received several function
HookTest
- 一个最简单的windows钩子程序,适合初学者参考,能够直接用VS2010编译通过,能够截获键盘消息-A simple program about Windows Hook