搜索资源列表
syshook
- 模块级钩子和系统级钩子,演示相关的使用方法。
get_edit_password
- 该程序演示了,通过安装一个系统的钩子从而劫后用户的输入的信息,来理解钩子的概念,切忌不要用于非法的目的
Api+HOOK演示
- 基于API HOOK的系统监控软件DEMO,虽说是系统监控,但本软件并不提供监控功能,本软件只是简单拦截MessageBox,MessageBeep函数,如想实现系统拦截,需按照源码中拦截MessageBox的写法拦截注册表相关函数,注册服务等其他函数
Defender
- VC++6.0编写的系统监控程序Demo包括主程序和DLL,只做演示,DLL采用全局钩子注入所有进程并在加载DLL时改写进程IAT。本程序演示截获MessageBox和MessageBeep-VC++6.0 program written in System Monitor Demo, including the main program and the DLL, Zhi Zuo demonstration, DLL into all processes using the global hoo
123
- 主要说明了局部钩子演示程序 Hook这个东西有时令人又爱又怕,Hook是用来拦截系统某些讯息之用-The main demo program illustrates the local hook this thing sometimes is Youaiyoupa Hook, Hook is used to intercept system messages with certain
HookTest
- 此程序演示如何利用钩子实现拦截系统键盘消息的功能。当程序运行时,所有的键盘输入将被程序拦截。只要稍加扩展即可实现模拟屏幕软键盘的程序。但不可用于非法的事情哦。-This program demonstrates how to use the system keyboard hook to intercept messages to achieve functions. When the program runs, all keyboard input the program will be in
HOOKAPP
- 一个系统键盘钩子应用程序,单文件演示.不需要DLL,可以研究下钩子的原理.-A system keyboard hook applications, single-file demo required DLL can be studied under the principle of the hook.