搜索资源列表
detours-1.5.zip
- 微软提供的截取Win32 api函数的开发包和例子1.5版本
detours-src-1.2.exe
- 微软提供的截取Win32 api函数的开发包和例子
detours-src-1.2
- 微软提供的截取Win32 api函数的开发包和例子detours-src-1.2.rar-interception of the Microsoft Win32 api function and the development kits example detours - src - 1.2.rar
apiHook(detours)
- 利用detours库对系统api进行拦截,VC++源码
detours-1.5.zip
- 微软提供的截取Win32 api函数的开发包和例子1.5版本,SDK and example in 1.5 version of hooking Win32 api which are provided by Microsoft
EasyHook_2.6_Source_Code.zip
- EasyHook_2.6_Binaries Continuing detours: the reinvention of Windows api Hooking,EasyHook_2.6_Binaries Continuing detours: the reinvention of Windows api Hooking
apiHook(detours).rar
- 使用detours拦截Windows api,The use of detours to intercept Windows api
detours-Express-3.0
- detour源码,hook使用,但是我自己的程序hook了,但是其他程序没有用-detour source code,used to hook api
detours-Express-3.0
- 拦截api调用,将其引导到自己的子程序,从而实现WIN32 api的定制。为一个已在运行的进程创建一新线程,装入自己的代码并运行。 -Intercept api calls, will lead to his son the program, so as to realize the customized WIN32 api. For a has set up a file in the operation of the process to create new thread, into it
Prevent_Loadhook
- 阻止全局钩子的加载.使用了微软的detours库进行api拦截。如果只是为了拦截一个函数,使用detours好像有点儿浪费。本程序不使用detours库,直接对LoadLibraryExW函数进行拦截。-Hook to prevent the loading of the overall situation. The use of Microsoft' s detours library to intercept api. If only in order to intercept a f
EasyHook_2.6_Binaries
- Continuing detours: the reinvention of Windows api Hooking
Tutorial
- Continuing detours: the reinvention of Windows api Hooking
Documentation
- Continuing detours: the reinvention of Windows api Hooking
detours
- 能截获Windows api的代码,并引入你自己的程序,欢迎下载-Capable of intercepting Windows api code, and to introduce your own program, please download the
huntusenixnt99[1]
- detours应用的文章,比较老了,但是对HOOK api还是有帮助的。-detours application of articles for using Hook api, but HOOK api is still helpful.
detours
- 截取所有系统api,需要DDK。挺久的一个MS的系统编程示例。-Intercept all system api
apiHook
- 使用微软detours库编写的api拦截函数,本代码主要提供了拦截recv函数的例子,其他函数的拦截可以参考例子编写-detours library prepared using Microsoft api interception function, the code provides a blocking recv function key example of other function block can refer to the example of the preparation
Hook
- 1、自带detours库文件 说明文件pdf 2、底层HOOK api CreateFile 有范例程序(vs2008) 3、底层Hook api DeleteFile-1, detours library comes with documentation pdf 2, bottom HOOK api CreateFile a sample program (vs2008) 3, bottom Hook api DeleteFile
apiHook_detours_CPP
- 使用detours 拦截Windows api-The use of detours to intercept Windows api-使用detours拦截Windows api-The use of detours to intercept Windows api
api-Hooking-with-MS-detours
- 一个使用detours进行api拦截的程序,使用VC++ 6.0开发。-a program using detours to hook windows apis.