Welcome![Sign In][Sign Up]
Location:
Search - x64 hook

Search list

[Hook apiHookApi.x86.x64.1.0.0.3

Description: HookApi 1.0.0.3 支持 x86 和 x64-HookApi 1.0.0.3 for x86 and x64
Platform: | Size: 173056 | Author: | Hits:

[OS programDetours_X64

Description: 微软hook 库 sdk 开发包 64位版本,微软hook 库 sdk 开发包 64位版本-Microsoft hook library sdk development kit 64-bit version of Microsoft hook library sdk development kit 64-bit version of the
Platform: | Size: 114688 | Author: 水月 | Hits:

[Hook apix86-x64-Hook-Library

Description: Hook library - but, expensive-Hook library - but, expensive...
Platform: | Size: 1007616 | Author: EZO | Hits:

[OS programMinHook_110_src

Description: 类似微软的Detours,API HOOK库,支持X86/X64-Similar to the Microsoft Detours, API HOOK library support X86/X64
Platform: | Size: 803840 | Author: zhuangge | Hits:

[OS programHookApi.x86.x64.1.0.0.10

Description: HookApi.x86.x64.1.0.0.10, 一个API hook库,同时支持x32和x64-HookApi.x86.x64.1.0.0.10, an API hooking library, v1.0
Platform: | Size: 185344 | Author: plus | Hits:

[OS programeasyhook-71015

Description: 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, Windows Vista x64 and Windows Server 2008 x64. Also 32- and 64-bit kernel mode hooking is supported as well as an unmanaged user-mode API which allows you to hook targets without requiring a NET Framework on the customers PC. An experimental stealth injection hides hooking from most of the current AV software.-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, Windows Vista x64 and Windows Server 2008 x64. Also 32- and 64-bit kernel mode hooking is supported as well as an unmanaged user-mode API which allows you to hook targets without requiring a NET Framework on the customers PC. An experimental stealth injection hides hooking from most of the current AV software.
Platform: | Size: 1777664 | Author: l | Hits:

[OS programsrcUDiskCpyManager_V2013_1012_1653

Description: 防止向U盘中拷贝文件, Hook Win32API, 实现在WinXp下U盘 DLP Hook函数列表:CopyFileExW Win7(x86/x64)下U盘DLP Hook函数列表: CoCreateInstance, IFileOperation::CopyItems IFileOperation::MoveItems IFileOperation::NewItem IFileOperation::RenameItem -U disk to copy files to prevent, Hook Win32API, U disk under WinXp achieve DLP Hook Function list: CopyFileExW Win7 (x86/x64) under U disk DLP Hook Function list: CoCreateInstance, IFileOperation :: CopyItems IFileOperation :: MoveItems IFileOperation: : NewItem IFileOperation :: RenameItem
Platform: | Size: 459776 | Author: ljh | Hits:

[Hook apiMinHook_122_src

Description: 一个windows api的hook库,支持x86和x64-One pair of hook library window api function is very useful to support x86 and x64
Platform: | Size: 49152 | Author: franklinme | Hits:

[Hook apiHardHookEngine

Description: C++ 代码,通用HOOK 引擎,包含x86,x64 两个版本,HardHookEngine-C++ code, general HOOK engines, including x86, x64 two versions
Platform: | Size: 14336 | Author: darren | Hits:

[OS programMhook

Description: Mhook引擎 可以做APIhook 兼容x64-this is good hook way
Platform: | Size: 3578880 | Author: 王一 | Hits:

[OS programdelphi-hook-library

Description: wr960204武稀松.2012.2 主页 http://www.raysoftware.cn 通用Hook库. 支持X86和X64. Get 使用了开源的BeaEngine反汇编引擎.BeaEngine的好处是可以用BCB编译成OMF格式的Obj, 被链接进Delphi的DCU和目标文件中.不需要额外带DLL. BeaEngin引擎 http://www.beaengine.org/ 限制: 1.不能Hook代码大小小于5个字节的函数. 2.不能Hook前五个字节中有跳转指令的函数. 希望使用的朋友们自己也具有一定的汇编或者逆向知识. Hook函数前请确定该函数不属于上面两种情况. 另外钩COM对象有一个技巧,如果你想在最早时机勾住某个COM对象, 可以在你要钩的COM对象创建前自己先创建一个该对象,Hook住,然后释放你自己的对象. 这样这个函数已经被下钩子了,而且是钩在这个COM对象创建前的.-Wr960204 Wu not.2012.2 Home http://www.raysoftware.cn General Hook library. Support X86 and Get X64. The use of open source BeaEngine anti compilation engine.BeaEngine the benefits of BCB can be compiled into OMF format Obj, Be linked into DCU s Delphi and target files. No extra tape DLL. BeaEngin engine Http://www.beaengine.org/ Limited: 1 can not Hook code size is less than 5 bytes of function. 2 can t Hook the first five bytes in a jump instruction function. Friends who want to use their own also has a certain assembly or reverse knowledge. Hook function before you determine that the function does not belong to the above two cases. In addition to hook COM object has a skill, if you want to hook in the first time a COM object, You can create a COM object that you want to hook before you create an object, Hook live, and then release your own objects. This function has been under the hook, and the hook in the COM object before the creation of the.
Platform: | Size: 929792 | Author: YyQ | Hits:

[Hook apiEasyHook 2.6 Binaries

Description: 最近一段时间由于使用MinHook的API挂钩不稳定,经常因为挂钩地址错误而导致宿主进程崩溃。听同事介绍了一款智能强大的挂钩引擎EasyHook。它比微软的detours好的一点是它的x64注入支持是免费开源的。不想微软的detours,想搞x64还得购买。 EasyHook提供了两种模式的注入管理。一种是托管代码的注入,另一种是非托管代码的注入。我是学习C++的,所以直接学习了例子中的非托管项目UnmanagedHook。里面给了一个简单的挂钩MessageBeep API的示例(Due to the instability of API hooks using MinHook in the recent period, the host process crashes often because of the hook address error. Listen to a colleague introduced a powerful and powerful hook engine EasyHook. It's better than Microsoft's detours that its x64 injection support is free open source. Don't want Microsoft's detours, want to make x64 have to buy. Well, the gossip does not say much, first download the EasyHook development library, of course, interested students can download the source for learning. Download address: http://easyhook.codeplex.com/releases/view/24401. This is the 2.6 version I gave. EasyHook provides two patterns of injection management. One is the injection of managed code, and the other is the injection of unmanaged code. I was learning C++, so I learned directly from the unmanaged project UnmanagedHook in the example. It gives an example of a simple hook MessageBeep API)
Platform: | Size: 181248 | Author: 850980771 | Hits:

[Windows DevelopDetours Version 3.0 Build_343

Description: hook函数,支持x64和x86平台,实例调用的代码下次上传(hook function, support for x64 and x86 platforms, the instance calls the next code upload)
Platform: | Size: 523264 | Author: 李四三 | Hits:

[Windows DevelopD3D11-Wallhack-master

Description: dx11 的hook源码 内含x86 x64 hook任意函数的源码(Dx11 hook source code)
Platform: | Size: 105472 | Author: revolt | Hits:

CodeBus www.codebus.net