资源列表
[钩子与API截获] mousehook
说明:实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中. Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通 过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口, 用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以 实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如 键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消 息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并<杨秉岐> 在 2025-06-08 上传 | 大小:21kb | 下载:0
[钩子与API截获] hook
说明:以前学习hook技术写的小程序,采用hook鼠标操作,当鼠标左右键同时按下的时候自动将当前活动的窗口隐藏起来,再次按下鼠标的左右键的时候恢复隐藏的窗口。-Hook technology before learning to write small program, using the mouse hook operation, when the mouse around at the same time press the button when the current activities w<wangyan> 在 2025-06-08 上传 | 大小:93kb | 下载:0
[钩子与API截获] X-Scan-v3.3-cn
说明:X-SCAN 界面简洁、功能强大、最新版本下载-X-SCAN interface is simple and powerful, the latest version download<123> 在 2025-06-08 上传 | 大小:10.26mb | 下载:0
[钩子与API截获] filemonsrc
说明:著名的filemon,使用钩子截获控制windows下文件操作的不错源码-Famous filemon, seized control of the use of hook windows file operations under the good source<小江> 在 2025-06-08 上传 | 大小:562kb | 下载:0
[钩子与API截获] keyboardHook
说明:禁止Windows的键盘程序,生成dll文件,通过简单函数调用可以禁止或者允许特殊键盘消息的屏蔽-Windows keyboard prohibited procedures, to generate dll file, through a simple function call can prohibit or permit the special keyboard news shielding<jerry> 在 2025-06-08 上传 | 大小:1.35mb | 下载:0
[钩子与API截获] Detours1.5
说明:微软提供的截取Win32 API函数的开发包和例子 1.5版-Microsoft Win32 API function interception Development Kit version 1.5 and examples<rivershan> 在 2025-06-08 上传 | 大小:517kb | 下载:0
[钩子与API截获] pccode_200691013012860
说明:VC网络防火墙,基于费尔的Ndis Hook技术,有兴趣的朋友研究研究. -VC network firewall, the Ndis Hook Fairbanks-based technology, are interested in studies Friend.<杨秉岐> 在 2025-06-08 上传 | 大小:490kb | 下载:0
[钩子与API截获] menuhook
说明:利用钩子实现菜单阴影效果 也许有很多人曾和我一样, 对Office XP里面的菜单的阴影效果羡慕不已,它不需要在Windows XP 中就可以在菜单后面显示阴影, 当然在Windows XP中, 已经完全支持菜单阴影了。虽然我们不一定很有必要自己来实现这个较难实现的效果。但是正如有很多人想实现那种IE风格的菜单栏一样,尽管它 们并不能为我们带来更多实用的功能, 却可以使我们的程序看起来与众不同 -Realize the use of hook menu shadow effect ma<weiruhui> 在 2025-06-08 上传 | 大小:48kb | 下载:0