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

搜索资源列表

  1. Hook-Driver-by

    0下载:
  2. windows ndis钩子程序,用于防火墙、vpn、nat、网络驱动等软件的开发。-hook procedures for firewall, VPN, nat, network drives, such as software development.
  3. 所属分类:钩子与API截获

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

    0下载:
  2. 摘要:无论是实现防火墙, NAT 还是VPN, 首要的任务就是获得网络上传输的数据包,在此基础上才能进行下一步 的工作。通过分析Windows 的网络数据传输机制,可以定位出不同的处理关键点,从而在不同的层次上实现数据包的 捕获功能,以满足不同的需要。 关键词:关键点 服务提供者接口 网络设备接口规范 中间层驱动程序 钩子驱动程序-Abstract : Whether the purpose is to achieve a firewall, VPN or NAT. One of t
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:49.55kb
    • 提供者:qingming
  1. driver

    0下载:
  2. 用DDDK编写驱动,修改SSDT表HOOK NTDebugActiveProcess函数 钩子函数中可以判断PID号,决定是否放行,放行则在钩子函数中调用原来的NTDebugActiveProcess函数.否则直接返回False.HOOK成功后所有调用DebugActiveProcess的程序将会失效.当然可以按照你的需要HOOK更多的系统服务函数.同一服务函数的服务号在每个操作系统版本中是不同的.下面附件中编译完成的驱动请在WinXP SP2的环境下测试.否则可能会导致直接重启
  3. 所属分类:钩子与API截获

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

    0下载:
  2. IP Filter Driver Hook的例子程序。网络开发人员、技术支持人员使用的摇篮-Programs of examples for IP Filter Driver Hook.It is the cradle of developer for net use and technologic surfaceman.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3.04kb
    • 提供者:吴明
  1. c_api_hook.zip

    0下载:
  2. NT下的用驱动程序写的截获api函数调用的程序,Under NT driver written using api function call intercepted procedures
  3. 所属分类:Hook api

    • 发布日期:2017-11-08
    • 文件大小:107.57kb
    • 提供者:
  1. basic_1.zip

    0下载:
  2. windows hook 的好例子,Windows内核的安全防护,windows hook driver
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:1.62kb
    • 提供者:gigi
  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
    • 文件大小:4.53kb
    • 提供者:lihui
  1. SSDT-hook

    0下载:
  2. Windows内核态SSDT-hook实现进程隐藏和文件隐藏,代码很规整,学习内核编程的好例子 -a good example of studying kernel programing or driver developing, SSDT hook
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:4.52kb
    • 提供者:goodone
  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
    • 文件大小:54.23kb
    • 提供者:汤文
  1. HookDll2

    0下载:
  2. hook dll driver for keyboard mouse source
  3. 所属分类:Hook api

    • 发布日期:2017-04-26
    • 文件大小:12.95kb
    • 提供者:sky
  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
    • 文件大小:71.03kb
    • 提供者:john smith
  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. hook

    0下载:
  2. 驱动级的隐藏进程代码,在驱动层通过替换ssdt地址表中的函数来隐藏进程-Drive-level code to hide the process, in the driver layer ssdt address by replacing the function table to hide the process of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2.52kb
    • 提供者:帅俊
  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

    • 发布日期:
    • 文件大小:56.31kb
    • 提供者:ithurricane
  1. FileGuard-safe-hook

    0下载:
  2. 文件过滤驱动,File filter driver intercepts file functions include copy, move, Read, Write, and get the file information, and so on. -File system driver.-File filter driver intercepts file functions include copy, move, Read, Write, and get the file informat
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:448.87kb
    • 提供者:老孙
  1. Driver Loader/Unloader Example Source Code

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

  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
  1. HOOK graphics driver_

    3下载:
  2. hook d3d显卡驱动源码,内核驱动hook(hook D3D graphics driver source code, kernel driven hook)
  3. 所属分类:DirextX编程

    • 发布日期:2020-02-12
    • 文件大小:313kb
    • 提供者:revolt
« 12 3 4 »
搜珍网 www.dssz.com