资源列表
arktool
- 1、息钩子监视:列举系统上的消息钩子。 2、块加载监视:列举系统上加载的所有内核模块 3、SSDT监视:通过得到原始的SSDT地址来得到被恶意程序HOOK的API以及恢复SSDT 4、注册表保护:对一些重要的注册表项进行保护,防止恶意程序对其进行修改。 5、隐藏进程检测:检测出系统中隐藏的进程。 6、隐藏端口检测:检测出系统中隐藏的端口。 7、进程强杀:能够*系统中的对自身保护的恶意进程。-1, the interest rate hook monitor
MouseHook
- 屏蔽弹出对话框的鼠标操作,采用的是截取鼠标消息的方法-Pop-up dialog screen mouse operation, using the intercept mouse messages over
keyboard-and-mouse
- MFC程序截取键盘和鼠标输入并进行处理, 在MFC主界面的初始化函数中添加相关函数,具体见代码。-MFC program to intercept the keyboard and mouse input and processing, In the MFC main interface initialization function to add the relevant function, see the specific code.
Test_hook
- HOOK api对MessageBox函数的挂钩。-HOOK api
HookTest
- VC Hook钩子技术应用该软件采用apihook,winsock等技术-VC Hook钩子技术应用
apihook.rar
- 一个钩子程序,使用detours实现对记事本的退出事件的截获,可供入门人参考,A hook procedure, the use of detours to achieve exit Notepad events intercepted for entry reference
HideDlg
- 记录键盘的每次按键,保存在一个指定的文本文件中。-Records of each keyboard key, stored in a specified text file.
TCP_Forward-v1.1
- gid源码。使用画板超级方便,直接绘画各种各种方便-Gid source code. Using tablets super convenient, direct painting all sorts of all sorts of convenient
Hook
- 钩子程序,具备后门开关F2,组合键无效,截断所有按键和鼠标信息。-Hook procedure, with the back door switch F2, a combination of keys does not work, cut off all the keystrokes and mouse information.
Hook
- Test program for hook
GlobalHook
- 使用全局钩子HOOK技术对键盘和鼠标消息进行监控,并做好记录,方便回放。-Use global hook HOOK technology to monitor keyboard and mouse messages, and make a record, convenient playback.
MFC-keyboard
- 这是一个MFC键盘消息的C++源程序,适用于初学者,当试运行该文件,你可以了解机基于MFC的基本编程过程-this is a programme about MFC keyboard information,it s good for someone who has a little kongwledge about MFC.