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

搜索资源列表

  1. dvKrnlData

    0下载:
  2. 该代码为我学习winnt内核时所写,主要功能是在ring3下通过DeviceIoControl与驱动进行通信,获取内核的数据以及sdt,idt信息等。并实现了hook NtQuerySystemInformation函数来实现进程隐藏的功能-The code for the kernel, I am learning winnt wrote, Its main function is in ring3 through DeviceIoControl communication with the
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:53.89kb
    • 提供者:左手
  1. NdisHookDrv

    0下载:
  2. 一个截取网络包的驱动。它与DDK文档正是NDIS中间驱动不同,是通过HOOK内核NDIS API来实现的。听说诺顿也是使用此方法来实现。-an interception network packet driver. It DDK documentation is NDIS Intermediate Driver, through HOOK kernel NDIS API to achieve. Norton also heard that the use of this method is to
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:273.06kb
    • 提供者:helwjh
  1. 2kHookDriver

    0下载:
  2. windows hook driver的范例程序。对于开发基于hook的windows平台网络驱动程序有很大借鉴作用,可直接修改使用。
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:233.14kb
    • 提供者:王雷
  1. ExcpHookMonitor_0.0.4

    0下载:
  2. ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the except
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:52.74kb
    • 提供者:张京
  1. RestoreInlinehook

    0下载:
  2. 恢复DNF内核inline hook的驱动源代码-Recovery DNF kernel driver source code inline hook
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:7.72kb
    • 提供者:xiage316
  1. Klog

    0下载:
  2. Sample kayboard hook driver
  3. 所属分类:Driver Develop

    • 发布日期:2016-01-01
    • 文件大小:141.33kb
    • 提供者:Dmitry
  1. DiskMon

    0下载:
  2. DiskMon运行在NT4上才加载驱动,在W2k以上平台其使用kernel event tracing实现磁盘活动的监视, 但其驱动可以跑在W2k/XP/2K3/Vista上 该驱动Hook了disk的driver dispatch例程,不仅可以监视磁盘活动,稍微改下还能拦截、修改上层对磁盘的读写, 很容易就可以搞个什么 基于Disk的 -DiskMon only run on NT4 load on the drive, more than W2k platform in i
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:7.56kb
    • 提供者:sldfl
  1. ZwCreateFile

    3下载:
  2. HOOK ZwCreateFile 配合 ZwDeleteFile 实现监视不许指定文件创建-HOOK ZwCreateFile with monitoring the realization of ZwDeleteFile not create the specified file
  3. 所属分类:Driver Develop

    • 发布日期:2015-10-28
    • 文件大小:2.22kb
    • 提供者:朱芮男
  1. SimplePacketFilterFirewall

    0下载:
  2. Simple Packet - Filter Firewall A simple packet filtering based open source Firewall. It uses Filter hook driver for its basic working-Simple Packet- Filter Firewall A simple packet filtering based open source Firewall. It uses Filter hook driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-26
    • 文件大小:159.89kb
    • 提供者:behrooz
  1. DetectUsbHubInternelIoCtl

    0下载:
  2. 这是一个驱动程序源码,主要的功能是检测UsbHub是否被非法hook了。可以用来判断usb键盘的深度hook。-This is a driver source code, the main function is to detect whether the illegal hook the UsbHub. Usb keyboard can be used to determine the depth of the hook.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:799byte
    • 提供者:xingchao
  1. SSDT-Hook-Driver-and-mfc-interface

    0下载:
  2. HOOK SSDT中SetInformation 函数的 驱动程序 配有mfc的用户模式界面 实现了Createfile readfile writefile IOCTL 这几个分发函数 在IOCTL中实现了对SetInformation函数的HOOK-SSDT Hook Driver test with mfc interface
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-28
    • 文件大小:10.62mb
    • 提供者:yangzhe
  1. driver

    0下载:
  2. 易语言驱动源码模版.对ssdt hook 的处理-Yi language driver source code templates. SSDT hook handle
  3. 所属分类:驱动编程

    • 发布日期:2017-04-15
    • 文件大小:6.34kb
    • 提供者:月下
  1. HideProcess.sys

    0下载:
  2. ssdt hook实现隐藏进程功能的驱动代码文件-ssdt hook hidden process driver code files
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-04
    • 文件大小:50.65kb
    • 提供者:谢志和
  1. keyboardhooksrc

    0下载:
  2. 驱动级键盘钩子所用的源代码,对需要做键盘钩子有帮助。-Dynamic library for keyboard hook driver source code, the need for keyboard hook to help.
  3. 所属分类:Driver Develop

    • 发布日期:2017-12-08
    • 文件大小:136.46kb
    • 提供者:chenlx
  1. hook_NtLoadDriver

    0下载:
  2. 某强删工具sys的逆向学习. 该驱动主要功能如下:首先是对FSD的hook的处理,RestoreFSDDispatchRoutine-A strong delete tool sys reverse learning the driver main function is as follows: First, the treatment of FSD' s hook, RestoreFSDDispatchRoutine
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-07
    • 文件大小:4.6kb
    • 提供者:ljh
  1. Driver Loader/Unloader Example Source Code

    0下载:
  2. self explantator winddk needed
  3. 所属分类:驱动编程

  1. Ghost

    0下载:
  2. 驱动级ROOTKIT范例集合,包括sstd hook,idthook, irphook,sysenterhook等-Driver stage ROOTKIT sample collection, including SSTD hook, idthook, irphook, sysenterhook, etc
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-04
    • 文件大小:344.25kb
    • 提供者:dianet
  1. DRIVER

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

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

    0下载:
  2. 一个寒江老师的课件,单独出来发的目的是,让初级入门的驱动程序员们,很快的了解驱动如何对SSDT挂钩以及Windows应用程序如何简单的调用驱动接口的流程。 代码非原创,但是是我看到的最简单和最清楚的流程之一,非常适合刚入门驱动员们的口味,需要的就赶快下载吧。(It`s hanjiang teacher courseware, the purpose is to separate out, let the driver programmer entry-level, quickly unders
  3. 所属分类:驱动编程

    • 发布日期:2017-12-29
    • 文件大小:208kb
    • 提供者:pigshuai
  1. Source

    0下载:
  2. 用于对指定设备驱动的信息分发调用序列的记录。(Driver's Dispatch Routines Hooking The driver allows you to log dispatch routines calls (and their relative sequence) for given device object(s).)
  3. 所属分类:驱动编程

    • 发布日期:2018-04-20
    • 文件大小:15kb
    • 提供者:jun888jun888
« 12 »
搜珍网 www.dssz.com