资源列表
HOOK
- 作者收集了Hook编程的文章,不管是刚学习Hook,还是想提高Hook编程,都可以在其中找到自己想要的。-Author of articles collected Hook programming, whether it is just learning Hook, Hook or want to improve programming, which can be found in what you want.
SSDTHookTest
- SSDT Hook 简单示例 Hook Native Api ZwQuerySystemInformation 达到隐藏cmd.exe进程的效果,进程名没有大小写限制。(学习agony RootKit的成果)-The SSDT Hook, Native Api the ZwQuerySystemInformation native API to hide the effects of the cmd.exe process, process name is not a case limit.
5Avip.com_iSCSICake150902
- iscsi 源代码 源代码
Since-painted-the-dialog-box
- 自绘对话框 实现换肤功能 与钩子技术相结合-Combination of painted dialog skins hook technology
SkinTest_demo
- 界面美化实例,采用HOOK技术!内有内存泄漏仅仅提供学习!-Skin
SnatchText
- 该程序可以攫取金山词霸的编辑窗口的文本。-the procedure can grab Kingsoft the text edit window.
EyesHealth
- 利用钩子,定时锁住键盘和鼠标。强制电脑使用者停止使用电脑,以达到保护眼睛的目的-The use of hooks, timing lock the keyboard and mouse. Forced computer users to stop using the computer in order to achieve the purpose of eye protection
KeyboardHook
- 该程序可以实现截获键盘输入信息,并将信息保存到指定文件中。-The program can be intercepted by the keyboard to enter information, and information is saved to the specified file.
CreateProcess_Inject
- CreateProcess注入dll,通过Hook CreateProcess来注入自己的d-Injected dll By CreateProcess
MousehookDll
- 该代码主要是实现HOOK技术在VisualC++编程中的应用的实例。-The code is mainly to achieve HOOK technology in VisualC++ application programming examples.
HookaReg 系统钩子截获系统鼠标和键盘消息
- 编写了一个系统钩子截获系统鼠标和键盘消息和一个修改注册表启动项开机运行指定程序的基于MFC的对话框。Hook文件夹包括生成系统钩子的动态链接库的源文件;MyHook文件夹包括所生成的动态链接库和修改注册表启动项等源文件。生成的程序可以保护自己的电脑不被他人使用。注意:1.程序预留的系统启动入口为“Alt+j”(切记!!!);2.本程序在xp系统vc6.0 debug下编译通过(其他系统没试过);3.部分代码是根据本人电脑屏幕尺寸设计(请更改源码)。-Write a system hook int
mousehook
- 将锁定键盘与鼠标的钩子写在dll中,通过在MFC中的调用可以直接使用 源代码-muouse and keyboard hook s usage