搜索资源列表
HookAPI 1.7 Windows API钩子程序
- 通过修改API函数开始前5字节,跳转到自定义API的方式,截获函数调用. 支持Win95,Win32等系统,在WinXp sp2或以后系统中使用,会出现蓝屏,原因是程序修改了代码的页面权限为PAGE_READWRITE,导至WinXP Sp2的系统保护功能出现蓝屏,只需将源代码里的所有PAGE_READWRITE修改为 PAGE_READWRITE_EXECUTE即可正常使用.
简单钩子(hook)示例
- 很简单的钩子程序,希望对初学者有所帮助, 作为软件开发人员,希望大家重视技术的学习,而不要做违背道德的事,钩子就是试金石-very simple hook program, and I hope to help beginners, as software developers, we hope that the importance of learning technology, and not be contrary to morality, the hook is the touchs
一个简单的鼠标钩子程序
- 一个简单的鼠标钩子程序。值得初学者下载收藏并研究学习。-a simple mouse hook procedures. Beginners should download collection and study.
Windows 钩子程序例程
- Windows 钩子程序例程
基于全局的C#键盘鼠标钩子程序
- 基于全局的C#键盘鼠标钩子程序 基于全局的C#键盘鼠标钩子程序
KeyboardHook.rar
- 鼠标,键盘钩子程序。程序已通过调试,能准确检测键盘和鼠标指令。,KeyboardHook program.it can clearly monitor what the keyboard or mouse has input.
Hook.rar
- C# Hook钩子程序实例 写的挺详细的 方便学习 ,C# Hook hook quite detailed written procedures for instances of the convenience of learning
apihook.rar
- 一个钩子程序,使用detours实现对记事本的退出事件的截获,可供入门人参考,A hook procedure, the use of detours to achieve exit Notepad events intercepted for entry reference
MouseHook
- 一个用delphi编写的鼠标钩子程序,为学习钩子的同学提供方便。-a hook programed by delphi
GETcolor
- C++编写的屏幕拾色器,拖动鼠标就可以获取屏幕任意一点的的颜色,然后给出16进制和RGB颜色值,并将值存入剪贴板;同时在拖动取色过程中适时显示鼠标位置座标、窗口句柄、窗口类名以及窗口标题,因此,这个程序也可以说成是一个鼠标钩子程序,对研究C++还是有帮助的。-C++ Prepared Found color screen, and drag the mouse on the screen can be accessed at any point of the color, and then gi
GUIhookNT
- vc++钩子程序,可以拦截GUI画屏幕的一些函数.-vc++ hook procedure can block GUI screen painting some function.
KeyBoardHook
- VC编写的windows键盘钩子程序,可以帮助捕获各种功能键-VC prepared windows keyboard hook procedure, can help capture a variety of function keys
keyHook
- 键盘钩子程序,本压缩文件包含两部分代码,一部分是创建钩子的代码,另一部分是记录键盘按键的代码。-Keyboard hook procedure, the compressed file contains two parts, code, part of the code is to create hook, another part of the record keystroke code.
QQSender
- qq*器,调用钩子程序实现,有需要的可以-qq mass, and call the hook procedure implementation, there is need to look at the
KeyHook
- 一个键盘钩子程序,能够记录系统按键事件。并保存到日志文件里面-A keyboard hook procedure, be able to key case record system. And saved to the log file inside
inject
- 钩子程序,替换windows的发送和接收函数,捕获数据包-Hook procedures, to replace the windows to send and receive function, packet capture
codehook
- 项目中经常要使用钩子,本实例详细讲解了一个钩子程序.-hook
hook
- C#钩子程序,主要是统计一天中鼠标总的移动距离和键盘总的敲击次数。程序中直接使用了Georgi的UserActivityHook 类。-C# hook procedures, mainly statistical day, the total movement distance of the mouse and keyboard tapping the total number of times. Program directly using the Georgi' s UserActiv
CaptureColor
- 钩子程序,非常适合初学者,个人感觉还是相当不错的-so good,you can learn many things form it
vb6.0钩子程序
- vb 6.0下的钩子程序,可用来解决鼠标中间相应(VB 6 hook program, can be used to solve the middle mouse corresponding)
