搜索资源列表
HookApi.x86.x64.1.0.0.10
- HookApi.x86.x64.1.0.0.10, 一个API hook库,同时支持x32和x64-HookApi.x86.x64.1.0.0.10, an API hooking library, v1.0
HookApi.x86.x64.1.0.0.3
- HookApi 1.0.0.3 支持 x86 和 x64-HookApi 1.0.0.3 for x86 and x64
MinHook_110_src
- 类似微软的Detours,API HOOK库,支持X86/X64-Similar to the Microsoft Detours, API HOOK library support X86/X64
easyhook-71015
- EasyHook starts where Microsoft Detours ends. This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment like C# using Windows 2000 SP4 and later, including Windows XP x64, Window
MinHook_122_src
- 一个windows api的hook库,支持x86和x64-One pair of hook library window api function is very useful to support x86 and x64
EasyHook 2.6 Binaries
- 最近一段时间由于使用MinHook的API挂钩不稳定,经常因为挂钩地址错误而导致宿主进程崩溃。听同事介绍了一款智能强大的挂钩引擎EasyHook。它比微软的detours好的一点是它的x64注入支持是免费开源的。不想微软的detours,想搞x64还得购买。 EasyHook提供了两种模式的注入管理。一种是托管代码的注入,另一种是非托管代码的注入。我是学习C++的,所以直接学习了例子中的非托管项目UnmanagedHook。里面给了一个简单的挂钩MessageBeep API的示例(D