资源列表
HookTest
- 界面程序测试hook dll 截获键盘鼠标事件 F2退出hook-Intercept test program interface hook dll hook keyboard and mouse out event F2
boardhook
- 截取对方部分键盘输入(如密码和IE中的输入)并发送到自己的免费邮箱的木马程序
hookcode
- 典型的钩子代码例子,c++编写,非常值得学习-A typical example of the hook code, c++ written, very worth learning
cipw
- A program that split large files, and can automatically generate a batch file, double-click the batch file can merge multiple small files
InsertDll
- 驱动DLL注入源码。 C++写的。仔细看看,你一定会有收获。-The driver DLL injection source. C++ write. A closer look, you will be harvested.
KeyLogger
- 本项目采用钩子函数实现的键盘记录器,实现盗取账号与密码。在设计中,以键盘记录功能为中心,用自动运行功能与自动隐藏功能去完善整个木马程序的设计。-This project uses the hook function keyloggers implemented to achieve steal account and password. In the design, in order to record the keyboard as the center, with auto-run feat
spy_pass
- 站长以前写的一个截获用户输入密码和IE中输入并发送到邮箱内的程序- Stationmaster before writes in an interception user input password and IE inputs concurrently delivers in the mailbox the procedure
valxy
- 动态显示窗口的源程序,可以改变界面大小,没有密码,值的推荐给大家-The source program of dynamic display window, can change the size of the interface, no password, the value of the recommended to everyone
API-hooking-revealed
- API hooking revealed-API hooking revealed.rar
PreventClose_src
- BCB钩子编程例子. 利用Hook API来禁止CTRL+ALT+DEL按键.某大侠之作,不可不看.-BCB hook programming examples. Use Hook API to prohibit CTRL ALT DEL keys. A heroes that make must-see.
EnumHook2.0
- 这是一个钩子检测,枚举程序,可以发现系统中安装了哪些钩子.然后你就可以卸载它了. 这个rar包含原EnumHook工程,但原工程是用RadAsm2.2.1.1汉语增强版编译的,是汇编源代码,我将它重写成c++源码,这样就有利于进一步的开发了.
mousehook
- 主要是对鼠标钩子函数的理解与运用指示用户如何编写钩子函数