资源列表
MyHook
- 一个拦截键盘和鼠标消息的钩子源码,也是一个很好的dll示例程序。-An intercept keyboard and mouse message hook source code, but also a good dll sample program.
HookMouse
- 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
hookapi
- 汇编实现的Hook Api,其中部分代码来自微软。现在共享学习。-Compilation to achieve the Hook Api, some code from Microsoft.
SystemModulesSee
- 获得所有windows加载的内核模块信息。 一个不错的学习windows驱动程序和windows内核的代码。-access to all windows kernel module loading information. A good learning windows driver and windows kernel code.
winio3
- 修改过的winio.dll,可以绕过一些反*程序-Modified winio.dll, you can bypass some anti-plug-in
738322
- 地图经纬度纠偏转换程序+源码,debug文件夹下有现成的EXE-Map of longitude and latitude correction converter+ source code, debug folder has a ready-made EXE
buildexcnusipefragmentation
- 一个网络麻将的开发源码 一个网络麻将的开发源码,不错的源码-The development of a network mahjong source code The development of a network mahjong source code, source code
VB_Dir_Monitor
- VB_Dir_Monitor.rar 珍藏的vb文件夹目录监视,包含监视子文件夹功能-VB_Dir_Monitor.rar collection of vb folder directory Monitor, including monitoring sub-folders feature
keywaf
- *器,可以记录任何键盘操作!许亚昕是天才-Keyloggers can record any keystrokes! Ya Xu Xin is a genius!!
Debug
- 这是一个全局钩子,采用dll注入,功能,可以记录用户按键信息,并保存,而且本程序设置为开机自起,并且隐藏窗口。是记录密码的好东西,开发环境VC++6.0 -This is a global hook, using DLL injection, features, you can record the user key information, and save, and this program is set to boot from, and hidden window. Good thing
dhmbkJCeg
- 代码是用来实现模态对话框与应用程序之间的数据交换的源码,一般,适合初学的人-The code is used to implement the data exchange between the modal dialog application source code, in general, suitable for beginners who look at
MouseKeyHook
- 消息钩子源码(SetWindowsHookEx)-拦截鼠标和键盘消息的示例程序