资源列表
1
- 利用钩子 hook deviceiocontrol 修改硬盘序列号-hook deviceiocontrol
sendHook
- send api hook sample
rewolf.hooklib.v1.0
- Small hook library. It contain three methods of hooking: - IAT hooks - import table hooks, functions are hooked only in one module (IAT owner module) - EAT hooks - export table hooks, functions are hooked for all modules (modules lo
CursorHook
- a simple visual studio project for hook mouse
hook
- 鼠标捕获,可以显示捕获的位置,及触发的相关内容信息-Capture the mouse, you can display the location of capture, and trigger the relevant content information
BHOZhiFang
- 主要用于演示BHO程序的开发流程,实现COM的特定接口,并截获浏览器的事件-BHO is mainly used for demonstration program development process to achieve a specific COM interfaces, and intercept the browser' s events
TestTray
- 系统托盘简单示例程序,初学者很有参考价值
get_edit_password
- 该程序演示了,通过安装一个系统的钩子从而劫后用户的输入的信息,来理解钩子的概念,切忌不要用于非法的目的
KeyBoardHook
- vc键盘钩子应用实例的源码,希望可以对大家有所帮助-vc keyboard hook application example of the source, I hope you can help
HookApi
- HooK Api 一个例子,VC6++环境,自己写的,挺好-HooK Api example, VC6++ environment, their own writing, good
pwdspy
- PasswordSpy is a program to reveal passwords in other programs. It uses Windows Hooks to inject its code into other processes in order to reveal the password. It works by taking advantage of a security hole in Windows.-PasswordSpy is a program to rev
mousehook
- 一个简单的鼠标钩子才程序,实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中