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

搜索资源列表

  1. usbbulk

    0下载:
  2. Usbbulk的一个例子程序,这里只是一个程序框架,可以在此基层上添加自己的Irp处理。-An example of Usbbulk procedures, here is just a procedural framework, you can add at this grass-roots level to deal with their own Irp.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:11076
    • 提供者:kong
  1. ReadWrite

    0下载:
  2. DriverStudio包含一个DriverMonitor显示工具。ReadWrite实例便是它的一个仿真,其驱动程序接收其它驱动程序的写请求,将输出信息写入一个信息队列中,DPMonitor应用程序从驱动程序读取信息,若没有,则读IRP暂时悬挂起来,待有信息时,将读取的信息显示出来。-DriverStudio contains a tool DriverMonitor show. ReadWrite instance is it a simulation, drivers receive th
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-25
    • 文件大小:7704771
    • 提供者:孔凡超
  1. PendingIRPTest

    0下载:
  2. 介绍了驱动开发过程中IRP挂起时的相关处理过程。-Introduction of the driver development process hangs at the time of the relevant IRP process.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:7225
    • 提供者:XL
  1. driver

    0下载:
  2. 在驱动模式下对文件的读写操作,你可以驱动层实现对文件irp的操作-In the drive mode to read and write operations on the document, you can layer on the paper-driven operation irp
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1877
    • 提供者:song
  1. Driver-Train

    0下载:
  2. 驱动开发初学者教程(台湾虞台文-主讲) 通俗易懂,值得学习。建议初学者好好看看里面的irp解释非常详细。也包括环境搭建等非常需要的初级知识。-failed to translate
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-15
    • 文件大小:3651113
    • 提供者:江望明
  1. release

    0下载:
  2. 隐藏文件方法过拦截IRP 防火墙VC原代码 代码显示隐藏文件方法拦截IRP -Methods have been hidden files IRP firewall to intercept the original source code VC Show hidden files IRP method interceptor
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:220920
    • 提供者:李美靖
  1. traceIRP

    0下载:
  2. 一个可以跟中IRP的程序源码,具体实现请看内部-With a source in the IRP process, see the achievement of specific internal
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-12
    • 文件大小:2976917
    • 提供者:np
  1. filesys

    0下载:
  2. 文件系统过滤驱动 通过截获系统发出的irp 捕获文件操作从而实现对文件的保护-This module contains the code that implements the general purpose sample file system filter driver.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1333328
    • 提供者:feixiao
  1. uppc2

    0下载:
  2. The source code is needed to test the IRP model of the WDM driver
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1960396
    • 提供者:iluxa
  1. DispatchTest

    0下载:
  2. wdm驱动,关于IRP派遣函数的例子,适合初学者-wdm driver, on the example of IRP dispatch functions, suitable for beginners
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-03
    • 文件大小:1457321
    • 提供者:robert_mu
  1. Windows_Driver_Programming_Tutorial

    0下载:
  2. 第一章 字符串 6 1.1 使用字符串结构 6 1.2 字符串的初始化 7 1.3 字符串的拷贝 8 1.4 字符串的连接 8 1.5 字符串的打印 9 第二章 内存与链表 11 2.1内存的分配与释放 11 2.2 使用LIST_ENTRY 12 2.3 使用长长整型数据 14 2.4使用自旋锁 15 第三章 文件操作 18 3.1 使用OBJECT_ATTRIBUTES 18 3.2 打开和关闭文件 18 3.3 文件的读写操作 21
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:70551
    • 提供者:chenzifeng
  1. IRPTracel.007

    0下载:
  2. wdm的irp追蹤工具,可以對irp流動順序有深入的了解-iptrace,wdm tool
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-11
    • 文件大小:2987506
    • 提供者:monct
  1. irp_mn

    0下载:
  2. Universal Serial Bus Handling The IRP_MN_START_DEVICE PnP IRP
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-04
    • 文件大小:64088
    • 提供者:Tarno
  1. IRPAttack

    0下载:
  2. IRP攻击的例子。程序基于winpcap sdk实现,打包中提供了所需的头文件、lib库及dll。-IRP attack example. Program is based on winpcap sdk implementation, packaged to provide the required header files, lib libraries and dll.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:262452
    • 提供者:gaoguanghai
  1. irpinfo

    0下载:
  2. 在过滤驱动程序创建IRP查询文件信息,DDK,文件过滤驱动-In the filter driver creates IRP query the file information, DDK, file system filter driver
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:19475
    • 提供者:刘茂典
  1. IRPHandling

    0下载:
  2. IRP Handling,图文实例并茂,容易学习驱动IRP原理-IRP Handling, graphic examples, and Mao, easy to learn driving theory IRP
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:347922
    • 提供者:shanminyu
  1. cancelSafe

    0下载:
  2. Shows how to safely cancel IRP operations.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:106406
    • 提供者:yoha
  1. Windows_2000_XP_WDM_Driver_Development

    0下载:
  2. 本书主要介绍了用DriverStudio 3.1开发工具开发Windows 2000/XP下的WDM设备驱动程序的原理及编程方法。本书详细介绍了WDM基本程序框架和编程,IRP的基本概念及编程,WDM和应用程序之间的通信、即插即用、电源管理、WMI的编程技术,IRP串行处理、过滤器驱动程序,WDM访问硬件设备、处理硬件中断、实现DMA操作的编程技术,以及大量的基本编程技术,还有USB接口和PCI接口设备驱动程序WDM的开发。 本书附有20个典型的编程实例,便于读者学习和掌握。 本书是一本
  3. 所属分类:Driver Develop

    • 发布日期:2017-06-21
    • 文件大小:35526025
    • 提供者:lijianli
  1. Handling_IRPs

    0下载:
  2. IRP操作详解,翻译之MSDN的Handling IRPs: What Every Driver Writer Needs to Know.-Detailed IRP operations, the translation of "Handling IRPs: What Every Driver Writer Needs to Know" from the MSDN.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-04
    • 文件大小:72293
    • 提供者:
  1. Hide_Disk_Partition_using_Irp_Hook

    0下载:
  2. 利用IRP挂钩技术来隐藏磁盘分区。如果传递的IRP为隐藏磁盘的IRP,则丢弃。代码分为应用层和驱动层。-IRP hooks using technology to hide the disk partition. If you pass the IRP to hide disk IRP, then discarded. Code into the application layer and driver layer.
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:370244
    • 提供者:王波
« 1 2 34 5 »
搜珍网 www.dssz.com