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

搜索资源列表

  1. 注册表监控系统

    0下载:
  2. 监控注册表的软件,在驱动层hook ssdt表,拦截所有关于注册表的操作
  3. 所属分类:驱动编程

  1. hook驱动挂钩,拦截指定函数调用

    0下载:
  2. hook驱动挂钩,拦截指定函数调用
  3. 所属分类:驱动编程

  1. Su1xDriver 该驱动通过hook ssdt ZwOpenProcess

    0下载:
  2. 该驱动通过hook ssdt ZwOpenProcess,来保护保护suserice.exe。 只是练练手,含金量不高。 锐捷客户端Su1xDriver.sys逆向,附源码-The drive through the hook ssdt ZwOpenProcess, to protect the protection suserice.exe. Just practice your hand, gold is not high. Ruijie client Su1xDriver.s
  3. 所属分类:驱动编程

    • 发布日期:2017-03-28
    • 文件大小:27406
    • 提供者:ljh
  1. FsdInlineHook.rar

    0下载:
  2. FSD INLINE HOOK的几乎达到实用级的代码。代码大部分是炉子[0GiNr]提供的,在此感谢。 增加了一段获取通过NTFS驱动对象获取分发函数地址的代码,如果已经被人hook过,可能造成蓝屏。最好的方法还是解析NTFS文件获取原始分发函数地址。Xp sp2测试通过。,FSD INLINE HOOK almost reached the practical level of the code. Most stoves code [0GiNr] provided, would like t
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:9984
    • 提供者:好好
  1. hook

    0下载:
  2. 驱动挂钩,拦截指定函数调用。 -Driver linked to intercept the specified function call. Driver linked to intercept the specified function call.
  3. 所属分类:Hook api

    • 发布日期:2017-04-14
    • 文件大小:4640
    • 提供者:lihui
  1. HookCode

    0下载:
  2. VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:71454
    • 提供者:Massachusetts
  1. KeyMouse

    8下载:
  2. 通用键盘鼠标模拟(包括USB和PS2) 通过直接调用Kbdclass的回调函数KeyboardClassServiceCallback直接给上层发送键盘驱动。这个方法网上已经公开,参考 Hook KeyboardClassServiceCallback实现键盘 Logger,其他的还有很多,可以到网上去查。 简单说一下没有公开的部分,就是按下和松开的模拟,已经扩展键的模拟。 模拟主要是构造KEYBOARD_INPUT_DATA结构,按下和松开的Flags分别对应KEY_M
  3. 所属分类:Driver Develop

    • 发布日期:
    • 文件大小:25967
    • 提供者:ljh
  1. ProtectMon

    0下载:
  2. 驱动开发,根据PID保护进程,HOOK了 SSDT NtOpenProcess函数,至少可以抵御一切R3病毒终结你的进程!!适合新手学习HOOK ssdt的入门研究-Driven development, the protection under the PID process, HOOK the SSDT NtOpenProcess function, at least the end of you against all the process of virus R3!! Suitabl
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:2147
    • 提供者:coorell
  1. PEHOOK

    0下载:
  2. 可以实现PE HOOK。这种方法对于拦截、分析其他内核驱动的函数调用来说用的比较多。原理是根据替换 PE 格式导出表中的相应函数来实现的。 -Can achieve PE HOOK. This method for the interception, analysis of other core-driven function call is used more. The principle is based on PE format to export table to replace t
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:24913
    • 提供者:Liam
  1. TesSafe.sys

    2下载:
  2. 搞定QQ游戏系列(寻仙,DNF等等)驱动保护TesSafe.sys 腾讯的tp和np都可以利用这个思路搞定。想必很多人都需要的吧 我就贡献给大家乐-Gao Ding QQ game series (look for cents, DNF, etc.) drive protection TesSafe.sys Tencent tp and np can use this idea Gaoding. Must have a lot of people I need to bar contributi
  3. 所属分类:Windows Develop

    • 发布日期:2016-12-23
    • 文件大小:1675
    • 提供者:黄杰
  1. NtQuerySystemInformation

    1下载:
  2. 这是介绍如何在Windows驱动层 HOOK NtQuerySystemInformation内核 函数的文章。 这篇文章超级详细的介绍了这个函数的每一个参数以及用法。-This is how the Windows kernel function driver layer HOOK NtQuerySystemInformation article. This article describes the super-detailed each parameter of this function
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:55529
    • 提供者:汤文
  1. ForceDel

    0下载:
  2. 强制删除文件,无注入无驱动无hook,原理就是查找文件的锁定句柄,然后关闭句柄。-Force delete a file, no injection of non-driven non-hook, locking principle is to find the file handle, and then close the handle.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:13226
    • 提供者:clzzy
  1. jiasu

    10下载:
  2. 加速器 变速齿轮 Delphi 做的PORTTALK驱动开发 运行后整个系统都加速 适合所有游戏-Delphi to do the变速齿轮accelerator-driven development PORTTALK running the system as a whole to speed up the game suitable for all
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-25
    • 文件大小:189220
    • 提供者:高大侠
  1. antihook_src

    0下载:
  2. 创建一个内核驱动,伪造一个ssdt表,使得ssdt钩子失效。-Create a kernel driver, forged a ssdt table, making failure ssdt hook.
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:72739
    • 提供者:john smith
  1. Firewall

    0下载:
  2. VC++6.0实现的利用IP过滤钩子驱动创建的一个Windows防火工具,支持TCP,UDP,ICMP协议,基本呈现了Windows防火墙开发的过程-VC++6.0 to achieve the use of IP filter hook driver to create a Windows fire prevention tools, support for TCP, UDP, ICMP protocol, the basic Windows firewall shows the proces
  3. 所属分类:Firewall-Security

    • 发布日期:2017-04-09
    • 文件大小:2997043
    • 提供者:周东尧
  1. HookMouse

    0下载:
  2. 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:46884
    • 提供者:冰雨
  1. HookKey

    1下载:
  2. IRP Hook 键盘Logger源代码 键盘Logger是Hook 键盘类驱动Kbdclass的分发函数,在类驱动的下面是端口驱动。用DeviceTree 可以看到PS/2键盘的端口驱动是i8042prt,USB键盘的端口驱动是Kbdhid。无论是PS/2 键盘还是USB键盘,在端口驱动处理完IRP之后都会调用上层处理的回调函数,即KbdClass 处理输入数据的函数。Hook 这个回调函数,不但可以实现兼容PS/2 键盘和USB 键盘的Logger,而且比分层驱动的方法更加隐蔽。-
  3. 所属分类:Hook api

    • 发布日期:
    • 文件大小:57659
    • 提供者:ithurricane
  1. keyboardlogger

    0下载:
  2. inline hook 可以实现兼容PS/2键盘和USB键盘的Logge 源代码 键盘Logger是Hook 键盘类驱动Kbdclass的分发函数,在类驱动的下面是端口驱动。用DeviceTree 可以看到PS/2键盘的端口驱动是i8042prt,USB键盘的端口驱动是Kbdhid。无论是PS/2 键盘还是USB键盘,在端口驱动处理完IRP之后都会调用上层处理的回调函数,即KbdClass 处理输入数据的函数。Hook 这个回调函数,不但可以实现兼容PS/2 键盘和USB 键盘的Log
  3. 所属分类:Hook api

    • 发布日期:2017-03-23
    • 文件大小:62869
    • 提供者:ithurricane
  1. ZwLoadDriver

    0下载:
  2. HOOK ZwLoadDriver 截取驱动加载的信息-HOOK ZwLoadDriver Get the soum thing...........
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:3047
    • 提供者:朱芮男
  1. RING0INLINEHOOK

    0下载:
  2. RING0下的恢复所有模块导出函数的INLINE HOOK驱动-RING0 restore all modules under the derived functions INLINE HOOK-driven
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:28413
    • 提供者:franket
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com