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

搜索资源列表

  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. regedit_fxfilthook

    0下载:
  2. 手工修改注册表比较困难 注册fxfilthook驱动程序-the ability to modify the registry more difficult registered fxfilthook Driver
  3. 所属分类:钩子与API截获

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

    0下载:
  2. MicroChip的USB 芯片的驱动API函数库,编译以后成为MCHPFUSB.d-MicroChip the USB Driver API functions, After compiling become MCHPFUSB.d
  3. 所属分类:钩子与API截获

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

    0下载:
  2. 获得所有windows加载的内核模块信息。 一个不错的学习windows驱动程序和windows内核的代码。-access to all windows kernel module loading information. A good learning windows driver and windows kernel code.
  3. 所属分类:钩子与API截获

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

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

    • 发布日期:2008-10-13
    • 文件大小:3.62kb
    • 提供者:张京
  1. 内核模式的apihook

    0下载:
  2. 内核模式的apihook例子,使用了驱动程序。-apihook example, the use of a driver.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:49.82kb
    • 提供者:站长
  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. 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. Winio.rar

    0下载:
  2. Winio做的键盘记录(硬件记录)。有时候调用windows的API不能起效。这个是驱动级别的。能成功完成任务。,Keyloggers do Winio (hardware records). Sometimes windows of the API calls can not take effect. This is a driver level. To the successful completion of the task.
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:35.18kb
    • 提供者:朱哥哥
  1. winIO2

    0下载:
  2. 驱动级模拟使用winio模拟键盘和鼠标的例子-Driver-level simulations using the keyboard and mouse winio simulation examples
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:60.7kb
    • 提供者:王新
  1. Filemon_src

    0下载:
  2. 本资源两部分:1、Windows文件系统过滤驱动开发教程(第二版),中文PDF文件。2、文件监控FileMon源码,C++/C代码-The resources of two parts: 1, Windows File System Filter Driver Development Guide (Second Edition), Chinese PDF files. 2, file monitoring FileMon source, C++/C code
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:944.37kb
    • 提供者:seven
  1. Hook_ZwQueryInformationProcess_VC

    0下载:
  2. hook ssdt的驱动的实现,隐藏进程。-hook driver
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:685.45kb
    • 提供者:张继辉
  1. explorer

    0下载:
  2. 文件监控驱动,里面包含了多种HOOK,很值得参考-Monitor driver file, which contains a variety HOOK, is worth considering
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:153.38kb
    • 提供者:test
  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. 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. windows_kernel_tool

    2下载:
  2. 一:SSDT表的hook检测和恢复 二:IDT表的hook检测和恢复 三:系统加载驱动模块的检测 四:进程的列举和进程所加载的dll检测 -1: SSDT table hook detection and recovery 2: IDT table hook detection and recovery 3: System load driver module test 4: the process list and the process of loading the dll
  3. 所属分类:Hook api

    • 发布日期:2017-05-09
    • 文件大小:2.19mb
    • 提供者:虫子
  1. APIHook

    0下载:
  2. API拦截pdf的手册,里面讲解了Injection\IAT HOOK,以及实现的代码,还讲解了驱动层的HOOK部分-API interception pdf manual, which explains Injection \ IAT HOOK, and the realization of the code, but also explain part of the driver layer HOOK
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:126.43kb
    • 提供者:jibagan
  1. DLL

    2下载:
  2. 驱动级DLL注入源码。包含有系统兼容性检测、驱动DLL注入技术、API HOOK技术,并且提供应用层测试。-Driver stage DLL into the source code. Contains system compatibility testing, driving the DLL implantation technology, technology, and provide the HOOK API application layer test.
  3. 所属分类:Hook api

    • 发布日期:2016-01-25
    • 文件大小:74kb
    • 提供者:东东
  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. PLX9x5x-PCI-Driver

    0下载:
  2. 本软件演示如何编写PLX 9X5X 的windows驱动程序-This sample demonstrates how to write driver for a generic PCI device using Windows Driver Framework.
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:69.15kb
    • 提供者:常宇亮
« 12 »
搜珍网 www.dssz.com