搜索资源列表
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
withdll
- 利用Detour编写的一个截获createprocess的Demo,很有实用性,可以在进程启动的同时把你的DLL加载进去作你想作的
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
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
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
GetKeyboardVal
- 钩子实现接受所有的按键消息,运行在后台不显示出来。里面有说明文档-Hook to achieve access to all the key news, running in the background is not displayed. There is documentation
APILanjie
- 利用微软提供的Detour开发库,拦截DLL~-intercept dll through the development kit provided by microsoft
CodeScr
- 这个代码在CodeProject有下,代码我大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函 数,可以结合detour使用。-Under this code in CodeProject with the code I generally turned a
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"
DetourDevelopmentKitforMicrosoftResearchAPIinterce
- 微软研究院Detour开发包之API拦截技术,一个详细的分析文档!-Detour Development Kit for Microsoft Research API interception technology, a detailed analysis of the document!
nokill
- 利用微软Detour学习HOOK任务管理其,是进程不能被任务管理器结束,主要HOOK的是CreatePrcess,很好的一个模板,大家HOOK其它函数时候直接套用就OK了-HOOK learning tasks using Microsoft manage its Detour is a process that can not be the end of Task Manager, the main HOOK is CreatePrcess, a good template, you HOOK
HookNtQuery_File
- 通过远程线程技术和HOOKAPI技术实现的文件隐藏源代码,利用了windows的Detour开发库,以Inline HOOK的方式实现对NtQueryDirectoryFile函数的拦截-The source code of hiding files with HOOKAPI technology and remote thread technology.Detours and inline hook.Hook NtQueryDirectoryFile function