搜索资源列表
LaunchDLL
- 全局DLL钩子,可以记录键盘操作,并在C盘下建立log文件进行记录。DLL中已包含相关功能函数-Global hook DLL, you can record keyboard and established under the C drive log file records. DLL functions related functions have been included
Hook
- 全局键盘钩子,双击Ctrl能弹出或隐藏制定的窗口,像Google桌面搜索一样。 使用方式:先在工程文件中设置Hook.lib路径,并复制Hook.dll文件到工程目录下。然后调用SetHook(HWND hwnd)注册钩子。-Global keyboard hook, double-click or Ctrl to hide the development of the pop-up window, the same as Google Desktop Search. Used: fi
kernel_Global.rar
- 使用direct技术,能过NP,包括QQ的密码保护,拦截一切键盘输入的好工具,全局钩子,代码很少,不超过250行,没DLL直接实现的,Direct the use of technology, can lead NP, including QQ password protection, to intercept all keyboard input of a good tool, global hook, code small, not more than 250 lines, no DLL d
Ring3_DLL_Inject
- 一个拦截并修改输入法的注入技术(注入DLL是做全局钩子或者拦截类软件都有可能用到的技术)、给出了完整的示例代码希望对大家有所帮助。-An intercept and modify the input method of the injection technology (global hook into the DLL are doing, or are likely to be used to intercept class software technology), gives a comp
hook.dll
- 一个全局键盘钩子(hook)的例程,包括hook.dll及调用程序 -A global keyboard hook (hook) of the routine, including call hook.dll and procedures
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
ActiveKey
- 全局键盘钩子DLL 模拟键盘消息和鼠标消息-Global keyboard hook DLL simulate keyboard and mouse news news
HookDll
- 一个全局钩子,可以截获系统的所有消息 主要完成鼠标和键盘的消息截获-A global hook, you can intercept all the information systems major to complete the mouse and keyboard messages intercepted
Hook
- 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
HookMouse
- 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
HookMouseDll
- windows下挂钩鼠标操作的实现,用dll实现的全局钩子-windows under the mouse linked to the realization, achieved with the global hook dll
HOOK
- 一个用全局钩子实现DLL的注入及热键呼出的例子,可供参考.-To achieve a global hook DLL with the injection and the hot breath of the examples is available for reference
MousehookDll
- 创建鼠标全局钩子DLL的实例源码,希望对大家有所帮助-Create an instance of the mouse global hook DLL source code, we want to help
KeyHook
- vc创建记录键盘动作的全局钩子DLL\KeyHook的源码-vc record keystrokes to create a global hook DLL \ KeyHook source
MousehookDll
- 创建鼠标全局钩子DLL的实例源码,很不错的vc源码,希望能对大家有所帮助-Create an instance of the mouse global hook DLL source code, very good vc source, I hope you can help
KeyHook
- 创建记录键盘动作的全局钩子DLL,VC++精选编程源码,很好的参考资料。-Create the record keyboard action global hook DLL, VC++ programming source code, a good reference.
KeyHook
- 创建记录键盘动作的全局钩子DLL 创建记录键盘动作的全局钩子D-Create the record keyboard action global hook DLL
keyboardhook
- 一个键盘、鼠标全局钩子DLL,里面有详细的解释。-A keyboard, mouse global hook DLL, which has a detailed explanation.
MouseHook
- 一个键盘、鼠标全局钩子DLL,里面有详细的解释-A keyboard, mouse global hook DLL, which has a detailed explanation
HOOK
- 全局钩子,监控系统进程的创建,很好的DLL,可以没有源码-Global Hook, Monitor the program process create, good dll, no codes