资源列表
HookMouse
- 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
MyHook
- 一个拦截键盘和鼠标消息的钩子源码,也是一个很好的dll示例程序。-An intercept keyboard and mouse message hook source code, but also a good dll sample program.
adhook
- window hook hook the key that you press then the dll will hook it and run the app to make the sound key-window hook hook the key that you press then the dll will hook it and run the app to make the SOU nd key
hook-api
- 利用全局钩子,将操作系统API地址修改为自定义的函数,使用完成后,再将地址修改为之前的操作系统API地址-Use global hook, the operating system API address changes for custom functions, using complete, then the address changes for the operating system API address before
HookDll
- keyboard hook test, exaple is includedl
KeyBoardHook
- VC编写的windows键盘钩子程序,可以帮助捕获各种功能键-VC prepared windows keyboard hook procedure, can help capture a variety of function keys
用Hook API实现键盘输入监控(C#)
- 同过Hook API 实现监控键盘输入
vc-Detect-the-keyboard-keys
- vc检测键盘按键编程代码,可以学习和借鉴!-vc programming code detection keyboard keys, you can learn!
GetPassHook
- 昨天在网上看的一篇教程,是关于动态链接库的全局键盘钩子!可以截取密码框信息。希望大家共同学习!-yesterday in view of an online tutorial is on the dynamic link library on the overall situation keyboard hook! Box interception password information. Hope we learn together!
Exe
- Exe捆绑机源代码,推荐编程爱好者研究学习.
SSTD.ZIP
- SSDT HOOK Source code,SSDT HOOK Source code
gouzihanshu
- 本例是一个钩子函数的应用 包含VC界面设计 对话框 工具条