搜索资源列表
antihook_src
- 代码使用Visual C++ 6.0为开发工具,为了使程序小巧灵活,本人使用了WTL而不是MFC实现软件的界面,所以编译源代码需要安装WTL库。WTL库是微软发布的基于ATL构建的工具库,随源代码一起发布,可以从微软网站下载,也可以从http://www,winmsg.com/cn/orbit.htm下载。本程序使用WTL 7.1,应该也可用WTL 7.5。编译WTL程序需要安装微软的Platform SDK,最好是2002年以后的版本,如果使用Visual Studio 2002或以后的版本可
TestHook
- 检测系统键盘钩子程序,用于检测系统键盘的行为,并将键盘行为记录到文件中保存-detection system keyboard hook procedures for the detection system keyboard, the keyboard will record that document preservation
EnumHook2.0
- 这是一个钩子检测,枚举程序,可以发现系统中安装了哪些钩子.然后你就可以卸载它了. 这个rar包含原EnumHook工程,但原工程是用RadAsm2.2.1.1汉语增强版编译的,是汇编源代码,我将它重写成c++源码,这样就有利于进一步的开发了.
hookapplication
- 编译顺序: 1、GlobalHook 2、将编译好的GlobalHook.lib拷贝到Savekey目录下编译 使用时将GlobalHook.dll和Savekey.exe放在同一目录。该程序运行后*面,在InitInstance函数中使用了自己的消息循环,随时记录键盘的输入字符,累加存放在c:\\\\windows\\\\Key_年_月.log文件中,每分钟检查一次该文件,当检测到有“inter2020”字符串时,将前面的字符删除,只保留“inter2020”及其后面的所有
Hookfind
- 一个不错的钩子检测程序,用以检测你的钩子制作有没有成功,很好的程序哦
KeyboardHook.rar
- 鼠标,键盘钩子程序。程序已通过调试,能准确检测键盘和鼠标指令。,KeyboardHook program.it can clearly monitor what the keyboard or mouse has input.
LocalHook
- 基于MFC对话框的程序,包含一个局部钩子,检测鼠标指向处的屏幕坐标和坐标处的颜色-MFC dialog-based program, including a local hook to detect the screen coordinates in the position of mouse, and the color at the coordinate
anti-hook-ssdt
- ssdt钩子检测,利用查找ntkrnlpa.exe中导出的ssdt的起始地址和大小,比较实际的ssdt地址表中的内容,找出钩子-ssdt hook detection, the use of export ntkrnlpa.exe Find ssdt the start address and size, a more realistic ssdt address the contents of the table to find out hook
MyKing
- 这是本人做的屏幕取词,取词成功率93 。在2000下稳定运行,在XP下跟explorer进程有点冲突。可以取到网页、WORD、PDF目录、360界面。测试表明,卡巴斯基检测不到钩子这种行为。-This is the Screen I do taking the success rate of 93 of the word. Under the stable operation in 2000, in XP a bit of conflict with the explorer process.
AntiHooks
- 按装钩子和钩子检测源码,按装时需要WTL7.1及以上版本和WIN Platform SDK-the source is about hook,WTL7.1 OR higher editon and windows platform sdk is needed
arktool
- 1、息钩子监视:列举系统上的消息钩子。 2、块加载监视:列举系统上加载的所有内核模块 3、SSDT监视:通过得到原始的SSDT地址来得到被恶意程序HOOK的API以及恢复SSDT 4、注册表保护:对一些重要的注册表项进行保护,防止恶意程序对其进行修改。 5、隐藏进程检测:检测出系统中隐藏的进程。 6、隐藏端口检测:检测出系统中隐藏的端口。 7、进程强杀:能够*系统中的对自身保护的恶意进程。-1, the interest rate hook monitor
TestKeyboard
- VC++监测键盘上每一按键的变化,应用了HOOK,键盘钩子,当敲击键盘上的任一个按键时,程序都会检测到,并弹出窗口,告诉用户按下的是哪个键。 -VC++ to monitor each key on the keyboard changes, the application of the HOOK, the keyboard hook, when hit any key on the keyboard, the program will be detected, and the pop-u
rkanalyzer
- rootkik的分析用于检测系统内核钩子的源码-rootkik analysis is used to detect the source of kernel hooks
TestKeyboard
- VC++监测键盘上每一按键的变化,应用了HOOK,键盘钩子,运行截图如上所示,当敲击键盘上的任一个按键时,程序都会检测到,并弹出窗口,告诉用户按下的是哪个键。 -VC++ to monitor each key on the keyboard changes, the application of the HOOK, the keyboard hook, run the screenshot shown above, when the hit any key on the keyboard,
source
- 开发一个检测钩子程序的工具 -Develop a tool to detect hook
allout
- 简单鼠标钩子程序,可检测鼠标各种信息,亦可用脚本编缉鼠标的操作-Simple mouse hook procedure can detect the mouse variety of information, can also operate the mouse with the scr ipt editing
gz
- 一个DELPHI的 钩子使用的例子,可以检测键盘的按键,看用户按下了哪个键并返回该键的键值-DELPHI hooks example, you can detect the keys of the keyboard to see if the user which key was pressed and returns the key of the key
Windows-Idle-Time
- 这是钩子使用的一个实例:检测鼠标或键盘空闲时间。相信对你有所启发。VC6.0-This is a hook used an instance: to detect the mouse or keyboard free time.Believe to inspire you.VC6.0