搜索资源列表
XPhook
- 我在XP下用过detour,也是用钩子将dll注入到其他进程进行API拦截,当时拦截的是 ShowWindow以及文件操作的一些API,感觉没什么问题阿.你可以先用Detour拦截一下其他的API试试,比如 CreateProcess,这个API我拦截过,Detour能拦截的 -I used the XP detour. also used to hook dll injected into other processes API interception, then intercept t
migbot
- 内核函数detour补丁,rootkit技术的经典源代码。
withdll
- 利用Detour编写的一个截获createprocess的Demo,很有实用性,可以在进程启动的同时把你的DLL加载进去作你想作的
krembo
- window-rootkit编程的detour(就是那个跳来跳去的方法)实例,来自于rookit.com
detours-1.5.zip
- 微软提供的截取Win32 API函数的开发包和例子1.5版本,SDK and example in 1.5 version of hooking Win32 API which are provided by Microsoft
detours_2.1
- 钩子库,detours2.1 可以编译到vc-detour dll
DetourHook
- detour的api hook方法, 实现了进程hook,消息hook等。-detour api hook method. realize the process hook, message hook etc.
mhook-2.2
- 类似于微软的Detour库,优点是容易使用,支持X64位的CPU,微软的不支持,要支持得给微软10000$,此库目前为最新的版本-Similar to Microsoft s Detour library, the advantage is easy to use, and support a CPU, X64 Microsoft does not support, to support to Microsoft, the library at present $10000 for the la
Detours-Express-3.0
- detour源码,hook使用,但是我自己的程序hook了,但是其他程序没有用-detour source code,used to hook api
CrippleHS
- CrippleHS 為 Bypass HS CRC 的重點 -Bypass HS CRC for CrippleHS focus!!
HookApi
- vc 6.0 简单的 detour api 的大牛小试
CreateFileW_hook
- detour hook dota中的CreateFileA函数..detour hook的用法-detour hook dota CreateFileA in the usage of the function .. detour hook
mhook-2.3
- 类似于微软的Detour库,优点是容易使用,支持X64位的CPU-imilar to Microsoft s Detour library, the advantage is easy to use, and support a CPU
QQVoiceSpySrc
- 我自己写的QQ和MSN语音聊天窃听器,可以把语音聊天内容录下来,可以保存成PCM, MP3,WAV等格式。 用到了API HOOK知识还有Detour库,值得一看哦。 用VC6.0开发-I wrote it myself QQ and MSN voice chat listening devices, voice chat can be recorded, you can save as PCM, MP3, WAV and other formats. Also used the API
APIhook
- api hook est.cpp : Defines the class behaviors for the application.-detour
HookToolsrc
- 前两天有个朋友想让我帮做个ApiHook的东西,公司的网较慢,只能搜国内网站,结果搜了n个没有完整原代码,极度郁闷,现转一个codeproject的原代码,以后也方便自己下载使用。 说明一下,这个代码在CodeProject有下,代码我大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部
vice
- 能够找出给种类型的系统Hook,包括IAT表,SSDT表等相关的钩子-VICE is a tool to find hooks. Features include: 1. Looks for people hooking IAT s. 2. Looks for people hooking functions in-line aka detouring. 3. Looks for hooks in the System Call Table. Thanks to Tan perh
apihooksrc
- 个ApiHook的东西 这个代码在CodeProject有下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函 数,可以结合detour使用。 -This code has CodeProject, only linked to the introduction
detourxs
- - To remove a detour you just pass in the original pointer - No classes and released as a lib - API version of detour is just a thin wrapper (why didnt i do that before lol) - Easy to add different "detour jumps"
detoursWarFace
- This is a detour to warface game.