搜索资源列表
detours-1.5.zip
- 微软提供的截取Win32 api函数的开发包和例子1.5版本
detours-src-1.2.exe
- 微软提供的截取Win32 api函数的开发包和例子
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
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
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.
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.
detours
- 一个用于做HOOK开发的库,已经修改过,有32位和64位两种支持-the library which provide the function to HOOK the system api.
api-Hooking-with-MS-detours(bin)
- Show to hook some windows api. this is like the famous detours from microsoft.* Here the source version of the solution-Show how to hook some windows api. this is like the famous detours from microsoft.* Here the source version of the solutio
detours-3.0-Express
- 微软detours钩子库的DLL版。采用VS2012重新编译,生成stdcall的DLL,方便其他开发工具调用。已经测试了可以在Delphi中调用成功。-Microsoft detours hook api, DLL version . Recompiled using VS2012 to generate stdcall functions, facilitate other development tools called. Have tested can be successfully i
detours
- windows api钩子,也可以直接hook住某段代码-windows api hooks, you can directly hook live piece of code
detours-analyse
- 拦截WIN32 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
缘鸟AUTOIT-api宝典
- About the api function learning, AutoIT has no systematic tutorial, in the process of learning api makes me benefit a lot, and at the same time take a lot of detours, sprout out the idea of writing a tutorial. In addition to tutorials, there are som
detours-Express-3.0
- detour源码,hook使用,部分程序hook了,但是其他程序没有用(Detour source code, hook use, part of the program hook, but other programs do not use)