Welcome![Sign In][Sign Up]
Location:
Search - Global HOOK dll

Search list

[Hook apilowlevelhook

Description: C++全局鼠标钩子,调用WinAPI,生成DLL文件-C++ Global mouse hook, call the WinAPI, generate DLL files
Platform: | Size: 55296 | Author: | Hits:

[OS programProgramHook

Description: 一个WH_SHELL的钩子程序,具体功能是管理应用程序的使用。在使用应用程序之前可以控制其启动和关闭。包含三个文件夹,HookDLL文件夹是全局钩子dll,HookServer文件夹是一个应用程序控制程序,ProgamControl文件夹是delphi编写的应用程序编辑器。-A WH_SHELL the hook procedure, the specific function is to use management application. In the use of applications can be controlled prior to its start-up and shut down. Contains three folders, HookDLL folder is a global hook dll, HookServer folder is an application process control procedures, ProgamControl folder is prepared applications delphi editor.
Platform: | Size: 6224896 | Author: cool wen zi | Hits:

[Hook apiActiveKey

Description: 全局键盘钩子DLL 模拟键盘消息和鼠标消息-Global keyboard hook DLL simulate keyboard and mouse news news
Platform: | Size: 20480 | Author: 周礼 | Hits:

[Hook apiHookDll

Description: 一个全局钩子,可以截获系统的所有消息 主要完成鼠标和键盘的消息截获-A global hook, you can intercept all the information systems major to complete the mouse and keyboard messages intercepted
Platform: | Size: 826368 | Author: 郑万伟 | Hits:

[Hook apikernel_Global

Description: 使用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 directly realized
Platform: | Size: 3396608 | Author: 王百万 | Hits:

[OS programHook

Description: 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中,这样才能被各种相关联的应用程序调用。在WINDOWS中,日志钩子是个很特别的钩子,它只有全局钩子一种,是键盘鼠标等输入设备的消息在系统消息队列被取出时发生的,而且系统中只能存在一个这样的日志钩子,更重要是,它不必用在动态链接库中,这样可以省却了为安装一个全局钩子而建立一个动态链接库的麻烦。利用日志钩子,我们可以监视各种输入事件,下面的示例可以用来记录键盘的输入,当有按键发生时,自动记录按键动作的日期和时间以及当前激活的窗口名称。 根据网上教程编写并调试通过.-WINDOWS hook are message handling mechanism in a point, by installing a variety of hooks, the application can set the appropriate subroutine to monitor the messaging system, as well as the message arrive at these objectives deal with them before the window. A lot of the type of hook, each hook can be intercepted and processed the corresponding message, such as a keyboard hook keyboard can be intercepted message, the mouse can be intercepted mouse message hook, hook shell can be intercepted by the application to start and turn off the message, log hook can monitor and record input case. Hook into thread-specific hook and global hook, thread-specific hook to monitor only the specified thread, it is necessary to monitor the system all the threads must be used in the overall hook. The overall hook, hook function must be included in a separate dynamic-link library (DLL), this can be a variety of applications associated call. In WINDOWS, the log is a very special hook the hook, it is only a
Platform: | Size: 206848 | Author: changyou | Hits:

[Hook apihook.dll

Description: 一个全局键盘钩子(hook)的例程,包括hook.dll及调用程序 -A global keyboard hook (hook) of the routine, including call hook.dll and procedures
Platform: | Size: 48128 | Author: sd | Hits:

[Hook apiDefender

Description: 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 hook DLL is loaded, and when the process of adaptation IAT. This program demonstrates intercepted MessageBox and MessageBeep
Platform: | Size: 6360064 | Author: 孙新 | Hits:

[Hook apiHookMouse

Description: 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MFC DLL以及共享数据等相关知识进行了简单的阐述。-A simple mouse hook procedure Windows system is based on event-driven mechanism, and put it bluntly, is that the whole system through message passing to achieve. The hook is a very important Windows system, the system interface, you can use to intercept and handle messages sent to other applications to complete the application difficult to achieve normal function. Many different types of hooks, each hook can intercept and process the corresponding message, such as a keyboard hook to intercept keyboard messages, shell hooks can be intercepted, start and close applications news. In this paper, VC6 programming environment to achieve a simple mouse hook procedure, and the global hook Win32 operating mechanism, Win32 DLL characteristics, VC6 environment MFC DLL, as well as sharing of data and other related knowledge of the brief explanation.
Platform: | Size: 47104 | Author: 冰雨 | Hits:

[OS programRing3_DLL_Inject

Description: 一个拦截并修改输入法的注入技术(注入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 complete sample code you want to help.
Platform: | Size: 1387520 | Author: 西南 | Hits:

[VC/MFCDLL

Description: 注入DLL是做全局钩子或者拦截类软件都有可能用到的技术,如果做外挂的话我们也有可能需要注入一个DLL到游戏进程中去干点什么“坏事”。 但我们知道现在要注入DLL是越来越难了。-Into the global hook DLL is doing or have the potential to intercept class software technology used, so if we do plug-in may need to inject a DLL into the game process to what to do with " bad." But we know now is more and more difficult to inject a DLL.
Platform: | Size: 4096 | Author: wwe | Hits:

[Hook apiHookMouseDll

Description: windows下挂钩鼠标操作的实现,用dll实现的全局钩子-windows under the mouse linked to the realization, achieved with the global hook dll
Platform: | Size: 1490944 | Author: playfire | Hits:

[Hook apiHOOK

Description: 一个用全局钩子实现DLL的注入及热键呼出的例子,可供参考.-To achieve a global hook DLL with the injection and the hot breath of the examples is available for reference
Platform: | Size: 5724160 | Author: 雷迪嘎嘎 | Hits:

[Hook apiLaunchDLL

Description: 全局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
Platform: | Size: 3699712 | Author: john | Hits:

[Hook apiMousehookDll

Description: 创建鼠标全局钩子DLL的实例源码,希望对大家有所帮助-Create an instance of the mouse global hook DLL source code, we want to help
Platform: | Size: 22528 | Author: | Hits:

[Hook apiKeyHook

Description: vc创建记录键盘动作的全局钩子DLL\KeyHook的源码-vc record keystrokes to create a global hook DLL \ KeyHook source
Platform: | Size: 12288 | Author: 游成家 | Hits:

[Hook apiMousehookDll

Description: 创建鼠标全局钩子DLL的实例源码,很不错的vc源码,希望能对大家有所帮助-Create an instance of the mouse global hook DLL source code, very good vc source, I hope you can help
Platform: | Size: 23552 | Author: | Hits:

[Hook apiHook

Description: 全局键盘钩子,双击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: first set Hook.lib in the project file path, and copy Hook.dll files to the project directory. Then call SetHook (HWND hwnd) registered hook.
Platform: | Size: 2105344 | Author: lixiangfei | Hits:

[Otherdll

Description: QT中安装不使用dll的全局钩子 声明卸载函数,以便调用-QT installed without using global hook dll uninstall function declaration to call
Platform: | Size: 4096 | Author: JAYRONWANG | Hits:

[Windows DevelopKeyHook

Description: 创建记录键盘动作的全局钩子DLL,VC++精选编程源码,很好的参考资料。-Create the record keyboard action global hook DLL, VC++ programming source code, a good reference.
Platform: | Size: 309248 | Author: 烟鸭掌儿 | Hits:
« 12 3 »

CodeBus www.codebus.net