Location:
Search - hook.lib
Search list
Description: 需要先编译动态库hook,然后将hook.dll和hook.lib拷贝到capture的debug目录下-required to compile DLL hook, and then hook.dll hook.lib copied to capture the debug directory
Platform: |
Size: 65125 |
Author: mxp |
Hits:
Description: 钩子(hook)是Windows消息处理机制的一部分,用户应用程序设置钩子后就可截获所有Windows系统消息。钩子安装成功后就可通过钩子的过程处理函数处理所截获的消息。通常将钩子的安装及处理函数放在动态链接库中,供系统中每个进程调用。钩子安装后会对系统产生一定的影响。因此在使用完钩子后应及时将其释放掉。
动态链接库编程编译、链接生成的*.dll和*.lib文件可供其他调用DLL的应用程序使用。
Platform: |
Size: 9832 |
Author: 程娃 |
Hits:
Description: vc截获键盘信息 先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录下-vc keyboard intercepted information compiled LaunchDLL first, and then LaunchDLL.h KeyHook LaunchDLL.lib copied to the project directory, LaunchDLL.dll copied to the directory Debug
Platform: |
Size: 244736 |
Author: aaaa |
Hits:
Description: 需要先编译动态库hook,然后将hook.dll和hook.lib拷贝到capture的debug目录下-required to compile DLL hook, and then hook.dll hook.lib copied to capture the debug directory
Platform: |
Size: 91136 |
Author: mxp |
Hits:
Description: 利用钩子函数轻松实现应用程序的汉化
:MenuToChineseHook
运行环境:Win 2000/XP;Microsoft Visual C++ 6.0
注意事项:
本程序在Windows2000或XP下均可运行,
共4个文件:
MenuToChinese.exe //汉化主程序,首先运行它
MenuToChineseHook.lib //钩子函数的链接库
MenuToChineseHook.dll
DemoToChinese.exe //用于汉化的示例程序
把这4个程序放在同一个目录下
注:源程序中没有Debug目录,如要运行需要重新编译
生成MenuToChineseHook.dll、MenuToChinese.exe,并
把DemoToChinese.exet和MenuToChineseHook.dll拷贝
到MenuToChinese.exe所在目录。
-use easily hook function of the finished application : MenuToChineseHook runtime environment : Win 2000/XP; Microsoft Visual C 6.0 Note : this program in Windows 2000 or XP can run, a total of four documents : MenuToChinese.exe// Chinese localization program, the first run it MenuToChineseHook.lib// hook function libraries MenuToChineseHook.dll DemoToChinese.exe// examples of the effort for this procedure on the four procedures with a directory bet : no Debug source directory, such as the need to recompile operation generated MenuToChineseHook.dll, MenuToChinese. exe, and DemoToChinese.exet and MenuToChineseHook.dll MenuToChinese.exe copy of the directory.
Platform: |
Size: 104448 |
Author: 冯金建 |
Hits:
Description: 钩子(hook)是Windows消息处理机制的一部分,用户应用程序设置钩子后就可截获所有Windows系统消息。钩子安装成功后就可通过钩子的过程处理函数处理所截获的消息。通常将钩子的安装及处理函数放在动态链接库中,供系统中每个进程调用。钩子安装后会对系统产生一定的影响。因此在使用完钩子后应及时将其释放掉。
动态链接库编程编译、链接生成的*.dll和*.lib文件可供其他调用DLL的应用程序使用。
-Hook (hook) is a Windows message processing part of the mechanism, the user application settings can be intercepted after the hook all Windows system message. After the success of hook can be installed through the process of hook handler to deal with the intercepted message. Usually hook the installation and handling functions on the dynamic link library for the system call for each process. Hook after the installation of the system have a certain impact. Therefore, after you are finished using the hook should be released promptly lost. Dynamic Link Library programming compiler, link-generated*. dll and*. lib files for other applications that call the DLL to use.
Platform: |
Size: 796672 |
Author: 程娃 |
Hits:
Description: 需要先编译动态库hook,然后将hook.dll和hook.lib拷贝到capture的debug目录下-Need to compile the dynamic libraries hook, and then copy hook.dll and hook.lib to capture the debug directory
Platform: |
Size: 83968 |
Author: 李明 |
Hits:
Description: 游戏加速器源代码。涉及API hook和detour lib的使用。-Game accelerator source code. API hook and involves the use of detour lib.
Platform: |
Size: 50176 |
Author: sunxun |
Hits:
Description: lib for hook winapi with a sample
Platform: |
Size: 14336 |
Author: quang |
Hits:
Description: API Hook Lib最新版
对api的hook功能,进行了封装。直接使用其接口,非常方便对函数进行hook.该版本修改了以前的bug,使用更稳定。-API Hook Lib latest version of the hook of the api functions carried out packaging. Direct use of its interface is very convenient to the function hook. This version changes the previous bug, use the more stable.
Platform: |
Size: 7168 |
Author: 曹成 |
Hits:
Description: HookAPI的源玛文件,也有编译好的文件
HookAPI的源玛文件,也有编译好的文件-HookAPI
Platform: |
Size: 7168 |
Author: djie |
Hits:
Description: HOOK API 的类,简单实用.将lib加载到工程.distorm.h加载到工程即可-HOOK API classes, simple and practical. The lib is loaded into the project. Distorm.h can be loaded into the project
Platform: |
Size: 70656 |
Author: ly |
Hits:
Description: 使用微软件的detours的LIB库WinAPI函数监控,-AppWizard has created this DetourDll DLL for you.
This file contains a summary of what you will find in each of the files that
make up your DetourDll application.
Platform: |
Size: 151552 |
Author: 郑汉武 |
Hits:
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:
Description: Api Hook Lib Api的Hook功能Dll库-Api Hook Lib Api Hook function of Dll Library
Platform: |
Size: 11264 |
Author: ccwwnet |
Hits:
Description: 一个HOOK LIB的源码,支持多线程,效率较高-A HOOK in the LIB s source code, support multi-threading, efficient
Platform: |
Size: 6144 |
Author: aoshixf |
Hits:
Description: 一个可以实现屏幕抓图的小程序。
需要先编译动态库hook,然后将hook.dll和hook.lib拷贝到capture的debug目录下-
One can achieve a small screen capture program.
You need to compile the dynamic library hook, then hook.dll and hook.lib copy to capture the debug directory
Platform: |
Size: 58368 |
Author: |
Hits:
Description: 需要先编译动态库hook,然后将hook.dll和hook.lib拷贝到capture的debug目录下-You need to compile the dynamic library hook, then hook.dll and hook.lib copy to capture the debug directory
Platform: |
Size: 30720 |
Author: 舒子默 |
Hits:
Description: VC/C++源码,图形处理,屏幕抓图
C++ 基于DLL的屏幕抓图,是利用通用的热键管理DLL 实现的热键功能,在收到热键通知后截取屏幕的内容并保存到BMP 文件中。从而实现屏幕抓图功能,运行程序后,界面可参见上图,单击【浏览…】按钮可以改变保存文件的路径,而单击【设置】按钮则可以改变截取屏幕的热键。
实现思路主要是:
在一个DLL(热键管理DLL)中安装一个键盘钩子,用另一个程序(Capture)通过这个DLL 来增加、修改、删除热键。当用户按了抓取屏幕的热键后,热键管理DLL 通知Capture 抓取屏幕,并保存位图。
测试需要注意的是:
需要先编译动态库hook,然后将hook.dll和hook.lib拷贝到capture的debug目录下。-VC/C++ source code, graphics, screen shots C++ DLL-based screen capture, management is the use of a common DLL implementation hotkey hotkey function hotkey after receiving notice of the interception of the contents of the screen and save to BMP file . In order to achieve the screen capture function, run the program, the interface can be found on the map, click [Browse ...] button to change the path to save the file, and click the [Setup] button, you can change the hotkey interception of the screen. Achieve the main idea is: install a DLL (Hotkey Manager DLL) in a keyboard hook with another program (Capture) to increase through this DLL, modify, delete hotkeys. When the user presses a hotkey to capture screen after notification Capture Hotkey Manager DLL grab the screen and save the bitmap. Testing Note: you need to compile the dynamic library hook, then hook.dll and hook.lib copy to capture the debug directory.
Platform: |
Size: 31744 |
Author: ynm |
Hits:
Description: android平台注入动态链接库 lib so-android paltform inject the lib so to the target process
Platform: |
Size: 5120 |
Author: 曾日东 |
Hits: