搜索资源列表
srchhook_src
- 查询钩子,sets the registry value for Search Engine-inquiries hook, sets the registry value for Search Engine
HookEngine API HOOK ENGINE
- 非常不错的一个做*的C++ 引擎
nthookengine
- 钩子引擎 可以通过该引擎做文件钩子和键盘钩子,操作方便-Hook the engine so the engine can file hooks and keyboard hooks, easy to operate
nthookengine.zip
- 钩子引擎 可以通过该引擎做文件钩子和键盘钩子,操作方便,Hook the engine so the engine can file hooks and keyboard hooks, easy to operate
LuaScripts
- 本人自己编写的石器时代服务器端lua脚本代码合集,基于吉仔的Lua引擎。包括有离线挂机、Lua智能魔王、智能传送、Lua任务等。-Stoneage server side Lua scr ipts that I have written the code collection, Lua based on the Kat engine.Includes off-hook, intelligent transmission, Lua intelligent monsters,Lua tasks, a
APIHook_Src
- 很专业的R3的inline HOOK引擎。-The R3 HOOK very professional engine
0x48k-apihook
- some code stuff for hooking api in remote proccesses release of 0x48k hacksorz crew public beta
MagicApiHook
- Magic Api Hook Engine, this is a simple all around process api hooker just for WinNT family
flirt
- Flirt is an SWF rendering library. Flirt contains a parser for reading SWF format files, a rasterizer for rendering the vector shaped into bitmaps, and an actionscr ipt engine. Just hook it up to a timer and you ve got a player. Interface your
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 ----------------------------
LuaScripts
- 石器时代服务器端lua脚本代码合集,基于吉仔的Lua引擎。包括有离线挂机、Lua智能魔王、智能传送、Lua任务等,希望能给各位带来帮助。-Stoneage server side Lua scr ipts that I have written the code collection, Lua based on the Kat engine.Includes off-hook, intelligent transmission, Lua intelligent monsters,Lua task
InlineEngine
- InLineHook引擎可以简单的实现内核下的内联钩子-The InLineHook engine can be realized under the kernel simple inline hook.
Powerful-x86x64-Mini-Hook-Engine
- Powerful x86x64 Mini Hook-Engine
TestProc
- Was used to test a memory scanner (Like cheat engine) Simple for hook testing, beginner pointer searching, etc.. Great to make something like this if you don t know a lot about how memory is stored and what not. Basically, the program itself defines
InlineHook
- x86_x64 简单的inline hook框架.因为hook代码存在指令截断的缘故,截断的指令本身的长度一般不好计算,导致我们跳转回来执行就不太好办了,于是我用了distorm汇编引擎来计算指令长度。-x86_x64 simple inline hook framework. Because there are hook code instructions truncated sake, truncated length instruction itself is generally a ba
delphi-hook-library
- 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代码大小小于
DedeCms.tar
- (4) 升级模块管理功能,除了对内容模型管理功能升级外,对外围应用更注重“模块”概念。 2、模板引擎升级 DedeCms V5.3对模板引擎进行了重大的升级,升级后的模板引擎对通用标签的解析不再依赖具体的类文件,而是分离成标签库的形式,先进的思想为用户进行二次开发时在系统内部使用勾子变得更简单灵活,不需要改动系统原来任何代码就能向系统增加个性化的标签。-(4) upgrade module management function, in addition to the content m
EasyHook 2.6 Binaries
- 最近一段时间由于使用MinHook的API挂钩不稳定,经常因为挂钩地址错误而导致宿主进程崩溃。听同事介绍了一款智能强大的挂钩引擎EasyHook。它比微软的detours好的一点是它的x64注入支持是免费开源的。不想微软的detours,想搞x64还得购买。 EasyHook提供了两种模式的注入管理。一种是托管代码的注入,另一种是非托管代码的注入。我是学习C++的,所以直接学习了例子中的非托管项目UnmanagedHook。里面给了一个简单的挂钩MessageBeep API的示例(D