资源列表
200782819407963
- VB开发的钩子函数,可以对键盘进行扑获。
0.IE.hook
- 自己试给IE 安装个钩,实现有些木马的简要功能。
496369470.IE.hook.rar
- ie挂钩实例,简单的ie钩子。可以操作ie,ie linked to examples of simple ie hook. Ie can operate
WinHook
- 钩子程序,截获键盘的输入-hooks, and keyboard input intercepted
WindowsFormsApplication1
- 可讀取按鍵的值,當你按下鍵盤按鍵時,會由視窗中顯示你所按下按鍵的數值。-Can read the value of a key, when you press the keys on the keyboard will be displayed by the window the value of the key pressed.
MouseHooka-KeyboardHook
- C# 获取鼠标 键盘 操作事件的钩子 有完成实例 当键盘鼠标无输入弹出子页面-C# get mouse and keyboard events hook has completed instances when no keyboard and mouse input pop subpages
IEHook.rar
- C++编写的IE钩子,能够截取用户键盘对IE的输入。,C++ to prepare the IE hooks to the interception of the keyboard on the IE user input.
hyyly
- 中文键盘记录器 拦截并修改输入法+拦截但不修改键盘消息(使用WH_KEYBOARD钩子,对控制台程序无效,稳定性最佳).-English keyboard loggers to intercept and modify the input method+ block, but does not modify the keyboard message (using WH_KEYBOARD hooks on the console is invalid, stability, best).
screenmagnifierexe
- 钩子的应用,开发环境为VS2005,C#
ApiHookCheck
- rootkit检测应用程序的是否被hook,里面包含了源码。包含应用层和驱动层代码。-rootkit detection application procedures whether the hook, which contains the source code. Includes application layer and layer-driven code.
HookDll
- PE文件是windows(95/98/NT)目前采用的可执行文件格式。流行的CIH病毒就是通过改变PE文件的内容,并且保持文件大小不变,从而实现自己的功能。本程序通过分析PE文件格式,将可执行文件的文件定位表重新定位,指向用户编写的DLL,然后指令指针返回正常调用位置。在DLL中通过系统挂钩,实现了后台各种级别密码的截获功能。
DllApply
- DLLApply是一个使用3中方法来加载DLL文件的程序,展示了常用DLL加载及调用dll中函数的例子。-DLLApply is a method of using the 3 DLL files to load the program, showing the common DLL and call the dll function to load the example.