CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Detours api

搜索资源列表

  1. detours-1.5.zip

    3下载:
  2. 微软提供的截取Win32 api函数的开发包和例子1.5版本
  3. 所属分类:钩子与API截获

    • 发布日期:
    • 文件大小:604983
    • 提供者:
  1. detours-src-1.2.exe

    0下载:
  2. 微软提供的截取Win32 api函数的开发包和例子
  3. 所属分类:钩子与API截获

    • 发布日期:
    • 文件大小:586190
    • 提供者:
  1. apiHook(detours)

    0下载:
  2. 利用detours库对系统api进行拦截,VC++源码
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:55974
    • 提供者:zzq
  1. detours-1.5.zip

    3下载:
  2. 微软提供的截取Win32 api函数的开发包和例子1.5版本,SDK and example in 1.5 version of hooking Win32 api which are provided by Microsoft
  3. 所属分类:钩子与API截获

    • 发布日期:2012-10-21
    • 文件大小:605296
    • 提供者:
  1. apiHook(detours).rar

    0下载:
  2. 使用detours拦截Windows api,The use of detours to intercept Windows api
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4886433
    • 提供者:lb
  1. detours-Express-3.0

    0下载:
  2. detour源码,hook使用,但是我自己的程序hook了,但是其他程序没有用-detour source code,used to hook api
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:843922
    • 提供者:hehe
  1. detours-Express-3.0

    0下载:
  2. 拦截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
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:496231
    • 提供者:zhuhuafeng
  1. Prevent_Loadhook

    0下载:
  2. 阻止全局钩子的加载.使用了微软的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
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:12051
    • 提供者:高军
  1. detours

    0下载:
  2. 能截获Windows api的代码,并引入你自己的程序,欢迎下载-Capable of intercepting Windows api code, and to introduce your own program, please download the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:159221
    • 提供者:赵磬
  1. huntusenixnt99[1]

    0下载:
  2. detours应用的文章,比较老了,但是对HOOK api还是有帮助的。-detours application of articles for using Hook api, but HOOK api is still helpful.
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:85215
    • 提供者:lichunlin
  1. Hook

    0下载:
  2. 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
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:959697
    • 提供者:zhouyongku
  1. apiHook_detours_CPP

    0下载:
  2. 使用detours 拦截Windows api-The use of detours to intercept Windows api-使用detours拦截Windows api-The use of detours to intercept Windows api
  3. 所属分类:Hook api

    • 发布日期:2017-05-20
    • 文件大小:6016281
    • 提供者:lj
  1. api-Hooking-with-MS-detours

    0下载:
  2. 一个使用detours进行api拦截的程序,使用VC++ 6.0开发。-a program using detours to hook windows apis.
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:45650
    • 提供者:hailongxl
  1. detours

    2下载:
  2. 一个用于做HOOK开发的库,已经修改过,有32位和64位两种支持-the library which provide the function to HOOK the system api.
  3. 所属分类:钩子与API截获

    • 发布日期:2013-09-25
    • 文件大小:7565323
    • 提供者:朱时宇
  1. api-Hooking-with-MS-detours(bin)

    0下载:
  2. 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
  3. 所属分类:Hook api

    • 发布日期:2017-11-06
    • 文件大小:72411
    • 提供者:pepe57
  1. detours-3.0-Express

    0下载:
  2. 微软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
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:49062
    • 提供者:Chris Liu
  1. detours

    0下载:
  2. windows api钩子,也可以直接hook住某段代码-windows api hooks, you can directly hook live piece of code
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:40341
    • 提供者:cutself
  1. detours-analyse

    0下载:
  2. 拦截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
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4131
    • 提供者:daystar
  1. 缘鸟AUTOIT-api宝典

    0下载:
  2. 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
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:157696
    • 提供者:lihua17
  1. detours-Express-3.0

    0下载:
  2. detour源码,hook使用,部分程序hook了,但是其他程序没有用(Detour source code, hook use, part of the program hook, but other programs do not use)
  3. 所属分类:钩子与API截获

    • 发布日期:2018-04-22
    • 文件大小:843776
    • 提供者:中国袋鼠
« 12 »
搜珍网 www.dssz.com