CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - detours hook api

搜索资源列表

  1. shuziqianming_D7

    0下载:
  2. 开始,运行输入 sigverif 通过检查数字签名就知道是不是ms的了。 主要使用Win32API实现验证应用或驱动程 WinVerifyTrust API。如果该API被Hook有没有其他方法验证应用或驱动程序是否通过微软签名?如果仅仅是被挂钩了IAT,那么可以直接通过函数指针调用。 如果是像Detours那样用jmp改写了函数头,可以通过读取WinTrust.dll中WinVerifyTrust的实现位置,恢复函数头的机器码。 不知道使用CryptoAPI,再使用
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:196.5kb
    • 提供者:下雨天
  1. DetoursExpress2.1

    0下载:
  2. Detours是一强大的工具,提供了简单易用的函数接口来拦截(Hook)WIN32 API调用和为一个已在运行的进程装入一个D
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:62.24kb
    • 提供者:sony
  1. Detours-Express-3.0

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

    • 发布日期:2017-03-28
    • 文件大小:824.14kb
    • 提供者:hehe
  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-04
    • 文件大小:11.77kb
    • 提供者:高军
  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
    • 文件大小:83.22kb
    • 提供者:lichunlin
  1. APIHook

    0下载:
  2. 使用微软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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-03
    • 文件大小:15.04mb
    • 提供者:david
  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
    • 文件大小:937.2kb
    • 提供者:zhouyongku
  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
    • 文件大小:44.58kb
    • 提供者:hailongxl
  1. detours

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

    • 发布日期:2013-09-25
    • 文件大小:7.21mb
    • 提供者:朱时宇
  1. MinHook_110_src

    0下载:
  2. 类似微软的Detours,API HOOK库,支持X86/X64-Similar to the Microsoft Detours, API HOOK library support X86/X64
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:784.54kb
    • 提供者:zhuangge
  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
    • 文件大小:70.71kb
    • 提供者:pepe57
  1. easyhook-71015

    0下载:
  2. EasyHook starts where Microsoft Detours ends. This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment like C# using Windows 2000 SP4 and later, including Windows XP x64, Window
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-06
    • 文件大小:1.7mb
    • 提供者:l
  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
    • 文件大小:47.91kb
    • 提供者: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-02
    • 文件大小:39.4kb
    • 提供者:cutself
  1. EasyHook 2.6 Binaries

    2下载:
  2. 最近一段时间由于使用MinHook的API挂钩不稳定,经常因为挂钩地址错误而导致宿主进程崩溃。听同事介绍了一款智能强大的挂钩引擎EasyHook。它比微软的detours好的一点是它的x64注入支持是免费开源的。不想微软的detours,想搞x64还得购买。 EasyHook提供了两种模式的注入管理。一种是托管代码的注入,另一种是非托管代码的注入。我是学习C++的,所以直接学习了例子中的非托管项目UnmanagedHook。里面给了一个简单的挂钩MessageBeep API的示例(D
  3. 所属分类:钩子与API截获

    • 发布日期:2018-01-09
    • 文件大小:177kb
    • 提供者:850980771
  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-23
    • 文件大小:824kb
    • 提供者:中国袋鼠
  1. Detours-Express-2.1-master

    0下载:
  2. Windwos api hook for maplestory
  3. 所属分类:钩子与API截获

    • 发布日期:2018-05-03
    • 文件大小:438kb
    • 提供者:XeoSal
搜珍网 www.dssz.com