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

搜索资源列表

  1. hookX

    0下载:
  2. 驱动层Hook系统内核调用的,拦截对进程的操作的源码,提供7步tutorial,步步为营,教学驱动编程的绝好样例-Hook-driven system kernel called the interception of the process of operation of the source. provide seven-step tutorial and step-by-step business, teaching driven programming excellent example
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:246.01kb
    • 提供者:诚然
  1. hookinterrupt

    0下载:
  2. VC实现的系统HOOK,可以对系统的中断情况查询。-VC HOOK system, the system can break inquiries.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:27.53kb
    • 提供者:ab
  1. idthooks

    0下载:
  2. 一个系统中断表的hook例子,hook第30号中断-The hook of a system interrupt table example, hook No. 30 interrupt
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-05
    • 文件大小:29.12kb
    • 提供者:胡一统
  1. madcodehook.2.5.7

    1下载:
  2. madCodeHook 系统挂钩,windows hook ,制作游戏*的好工具-madCodeHook system hook, windows hook, making the game a good tool plug
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-22
    • 文件大小:132.94kb
    • 提供者:Jourge Kolala
  1. hook

    0下载:
  2. A hook is a point in the system message-handling mechanism where an application can install a subroutine to monitor the message traffic in the system and process certain types of messages before they reach the target window procedure.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:25.48kb
    • 提供者:changji
  1. RESSDTEX

    0下载:
  2. reset 系统SSDT表,恢复被其他驱动hook修改的函数-SSDT table reset the system, restore the hook to modify the function of other drivers
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-10
    • 文件大小:1.94mb
    • 提供者:lin
  1. HookShadowSSDT

    0下载:
  2. hook系统描述表,ssdt表,vs2005编译通过-hook system descr iption table, ssdt table
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-13
    • 文件大小:310.59kb
    • 提供者:jyw
  1. MrleeProtect

    2下载:
  2. MP游戏保护源码 1. 此套保护仅在Windows XP SP3系统上做过测试。 2. 保护程序是在VS2010环境下编译的。 效果: 1. 防止受保护进程被未授权的进程暂停。如,OD在附加进程的时候是要将目标进程暂停的,有了MP保护以后,OD将无法附加进程,因为OD无法将受保护的进程暂停。 2. 防止受保护进程中的数据被修改。如,CE无法修改受保护的进程的内存数据。 3. 当受保护进程中的内存数据被未授权的进程修改的时候,会有提示。 4. 防止受保护的进程被未
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-08
    • 文件大小:1.12mb
    • 提供者:ljh
  1. NP_Source

    0下载:
  2. NP启动后通过WriteProcessMemory跟CreateRemoteThread向所有进程注入代码(除了系统进程smss.exe),代码通过np自己的LoadLibrary向目标进程加载npggNT.des。npggNT.des一旦加载就马上开始干“坏事”,挂钩(HOOK)系统关键函数如OpenProcess,ReadProcessMemory,WriteProcessMemory,PostMessage等等。 挂钩方法是通过改写系统函数头,在函数开始JMP到npggNT.des中的
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:125.88kb
    • 提供者:ghgh
  1. DRIVER

    1下载:
  2. hook硬盘序列号的驱动,支持win7、xp、2000等操作系统-support win7 system
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-24
    • 文件大小:96.46kb
    • 提供者:my name
  1. showssdt

    0下载:
  2. 列举系统已经HOOK过的系统函数,显示修改之后的地址-System has been cited HOOK system functions
  3. 所属分类:Driver Develop

  1. Yh_SP

    0下载:
  2. 可以利用系统的CALLBACK实现不HOOK内核函数实现进程保护-Can use the system to achieve the CALLBACK HOOK kernel function to achieve the process of protection
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-04
    • 文件大小:3.55kb
    • 提供者:杨黑
  1. HookNtOpenProcess

    1下载:
  2. 64 位系统 hook ssdt 源码,测试hook的是ntreadvirtualmemory,喜欢就下载吧-64 system SSDT hook source code, test ntreadvirtualmemory is hook, like to download it
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-04
    • 文件大小:80.53kb
    • 提供者:hansara
  1. [3-4]SSDTHookUnhook

    1下载:
  2. C++下64位系统的HOOK SSDT内核源码 VS2013 wdk8.1编辑-C++ 64-bit system HOOK SSDT kernel source VS2013 wdk8.1 editor
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-05
    • 文件大小:338.19kb
    • 提供者:小俊
  1. 内核重C源码和成品驱动

    3下载:
  2. 内核重载 过任意游戏驱动保护源码,目前只重载一个内核。掌握此方法重载多个内核文件可以通杀任意游戏驱动保护和软件HOOK等,大神必备技能,目前只让OD或者CE工具走新内核。WIN7 32系统加载驱动后可以打开OD或CE修改游戏数据了(The kernel is overloaded with an arbitrary game driver protection source, and only one kernel is overloaded at the moment. Mastering t
  3. 所属分类:驱动编程

    • 发布日期:2018-01-09
    • 文件大小:23kb
    • 提供者:寒雪冰熊
搜珍网 www.dssz.com