资源列表
[钩子与API截获] 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!<闵敏> 在 2008-10-13 上传 | 大小:45.43kb | 下载:0
[钩子与API截获] SystemModulesSee
说明:获得所有windows加载的内核模块信息。 一个不错的学习windows驱动程序和windows内核的代码。-access to all windows kernel module loading information. A good learning windows driver and windows kernel code.<yunzhang> 在 2008-10-13 上传 | 大小:45.96kb | 下载:0
[钩子与API截获] 用Hook API实现键盘输入监控(C#)
说明:同过Hook API 实现监控键盘输入<pumao20022392> 在 2011-08-17 上传 | 大小:45.45kb | 下载:0
[钩子与API截获] SystemModulesSee
说明:获得所有windows加载的内核模块信息。 一个不错的学习windows驱动程序和windows内核的代码。-access to all windows kernel module loading information. A good learning windows driver and windows kernel code.<yunzhang> 在 2025-07-17 上传 | 大小:46kb | 下载:0
[钩子与API截获] MouseKeyHook
说明:消息钩子源码(SetWindowsHookEx)-拦截鼠标和键盘消息的示例程序-News source hook (SetWindowsHookEx)- intercept the mouse and keyboard messages sample procedures<open> 在 2025-07-17 上传 | 大小:46kb | 下载:0
[钩子与API截获] HookMouse
说明:一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF<冰雨> 在 2025-07-17 上传 | 大小:46kb | 下载:0