搜索资源列表
srchhook_src
- 查询钩子,sets the registry value for Search Engine-inquiries hook, sets the registry value for Search Engine
HookEngine API HOOK ENGINE
- 非常不错的一个做外挂的C++ 引擎
VBGetWord.ocxExample.rar
- 专业屏幕取词引擎GetWord.ocx的简单使用范例(VB),为VB入门编程人员准备。GetWord.ocx为在网上下载的破解版本,版权归作者所有。(不好意思,刚才那个getword范例文件不全,后来才知道。),Professional Capture Characters from Screen engine GetWord.ocx a simple example of the use (VB), entry for VB programmers to prepare. GetWord.oc
APIHook_Src
- 很专业的R3的inline HOOK引擎。-The R3 HOOK very professional engine
INLINEHOOK
- 反汇编引擎INLINEHOOK,有需要学习的朋友速速拿走~-Disassemble engine INLINEHOOK, there is a need to study and examine urgently away ~ friends
NCoverage_Sources
- N-Coverage IDA Plugin and stand-alone Application N-Coverage consists of two parts: first of all there is the main stand-alone application which uses a custom debugging engine to place breakpoints into a given process in order to record execution o
MagicApiHook
- Magic Api Hook Engine, this is a simple all around process api hooker just for WinNT family
MagicApiHook
- Delphi Source Code: === === === === === === === ==== Magic Api Hook Engine v1.0 - Date: 2006.04.24 this is a simple all around process api hooker UserMode(Ring3) just for WinNT family By: Magic_h2001 - magic_h2001@yahoo.com Home: http://m
ssdt_hook
- SSDT HOOK引擎,调用HookService()之前应该先调用InitServicesTalbe()来对SSDT进行一次性的保存,避免后面多次HOOK就要保存多次 !-SSDT HOOK engine, called HookService () should be called before InitServicesTalbe () to save on a one-time SSDT avoid HOOK will save many times the back!
inlinehook_v1.1_by_solosky
- Inline HOOK API V1.1 thanks to 海风月影, xIkUg ,sucsor by solosky <solosky772@qq.com> created at 2011.06.29, updated at 2011.06.30 ---------------------------------- Inline HOOK API V1.1 2011.06.30 ----------------------------
Disasm-Lib-For-Asm-(OD)
- 反汇编引擎VC库asm调用 反汇编引擎VC库asm调用-Disassemble the engine for VC asm call
Getword(1)
- GetWord是一款专业的屏幕取词组件(控件),它可以帮助您在公司产品中快速便捷地集成屏幕取词功能,有效降低软件开发成本。GetWord是世界上第一款也是目前唯一一款全面支持Windows Vista和Adobe Acrobat/Acrobat Reader的专业屏幕取词引擎。 -GetWord a the professional getWord components (controls), and it can help you quickly and easily in the com
Powerful-x86x64-Mini-Hook-Engine
- Powerful x86x64 Mini Hook-Engine
ENGINE--3577Content548887
- 源码ENGINE 3577Content548887的功能比较好,学习是不错的选择-Source ENGINE- 3577 content548887 function better, learning is a good choice
ENGINE--553164GARDENERZANVYK1546
- 这是一个不错的源码,TTS的价值会让你学的很高兴-This is a good source, the value of the TTS will allow you to learn very happy
EasyHook 2.6 Binaries
- 最近一段时间由于使用MinHook的API挂钩不稳定,经常因为挂钩地址错误而导致宿主进程崩溃。听同事介绍了一款智能强大的挂钩引擎EasyHook。它比微软的detours好的一点是它的x64注入支持是免费开源的。不想微软的detours,想搞x64还得购买。 EasyHook提供了两种模式的注入管理。一种是托管代码的注入,另一种是非托管代码的注入。我是学习C++的,所以直接学习了例子中的非托管项目UnmanagedHook。里面给了一个简单的挂钩MessageBeep API的示例(D