搜索资源列表
CutScreen
- 需要先编译动态库hook,然后将hook.dll和hook.lib拷贝到capture的debug目录下-required to compile DLL hook, and then hook.dll hook.lib copied to capture the debug directory
MenuToChinese
- 利用钩子函数轻松实现应用程序的汉化 :MenuToChineseHook 运行环境:Win 2000/XP;Microsoft Visual C++ 6.0 注意事项: 本程序在Windows2000或XP下均可运行, 共4个文件: MenuToChinese.exe //汉化主程序,首先运行它 MenuToChineseHook.lib //钩子函数的链接库 MenuToChineseHook.dll DemoToChines
filemon
- 纯汇编写的,主要拦截KERNEL32.DLL中的OpenFile、CreateFileA、CreateFileW、ReadFile、 ReadFileEx、WriteFile、WriteFileEx、DeviceIoControl等函数,HOOK到的数据未做过滤处理。 其中MYDLL利用了skyer的HOOKAPI LIB,放出源码,主程序的过程是创建进程后挂起,注入MYDLL后恢复进程,拦截过程中的相关函数
Hook
- 钩子(hook)是Windows消息处理机制的一部分,用户应用程序设置钩子后就可截获所有Windows系统消息。钩子安装成功后就可通过钩子的过程处理函数处理所截获的消息。通常将钩子的安装及处理函数放在动态链接库中,供系统中每个进程调用。钩子安装后会对系统产生一定的影响。因此在使用完钩子后应及时将其释放掉。 动态链接库编程编译、链接生成的*.dll和*.lib文件可供其他调用DLL的应用程序使用。
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
SpeedHack.rar
- 游戏加速器源代码。涉及API hook和detour lib的使用。,Game accelerator source code. API hook and involves the use of detour lib.
chat
- 需要先编译动态库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
APIHookingLib
- lib for hook winapi with a sample
HookAPILib
- 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 change
HookAPILib0.51
- HookAPI的源玛文件,也有编译好的文件 HookAPI的源玛文件,也有编译好的文件-HookAPI
APIHook
- 使用微软detours库编写的API拦截函数,本代码主要提供了拦截recv函数的例子,其他函数的拦截可以参考例子编写-Detours library prepared using Microsoft API interception function, the code provides a blocking recv function key example of other function block can refer to the example of the preparation
hook
- 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
HOOK_CreateFile
- 使用微软件的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.
dll_hookapi
- Api Hook Lib Api的Hook功能Dll库-Api Hook Lib Api Hook function of Dll Library
HookAPILib
- 一个HOOK LIB的源码,支持多线程,效率较高-A HOOK in the LIB s source code, support multi-threading, efficient
Capture-hook
- 一个可以实现屏幕抓图的小程序。 需要先编译动态库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
Captures
- 需要先编译动态库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
vcDllCapture
- VC/C++源码,图形处理,屏幕抓图 C++ 基于DLL的屏幕抓图,是利用通用的热键管理DLL 实现的热键功能,在收到热键通知后截取屏幕的内容并保存到BMP 文件中。从而实现屏幕抓图功能,运行程序后,界面可参见上图,单击【浏览…】按钮可以改变保存文件的路径,而单击【设置】按钮则可以改变截取屏幕的热键。 实现思路主要是: 在一个DLL(热键管理DLL)中安装一个键盘钩子,用另一个程序(Capture)通过这个DLL 来增加、修改、删除热键。当用户按了抓取屏幕的热键后,热键管
hook
- android平台注入动态链接库 lib so-android paltform inject the lib so to the target process
EasyHook-2.7.6270.0
- 含内核HOOK 的 easyhook,可用于C#等语言支持(easy hook lib 2.7.6270.0)