搜索资源列表
wdf_filter0
- 国内文件驱动编程知名人物蔡大侠的教程源代码,第一部分,主要实现对文件读写操作的拦截-domestic paper-driven programming eminent figures Cai heroes tutorials source code, the first part of the main document and write interception
xcg-XMS
- 你有没有用c语言编程时申请不到内存(申请内存太多的原因)的情况,如果有,怎么解决呢?用扩展内存吧。这里提供扩展内存支持的源程序。本程序经过本人精心编写,操作扩展内存就象在操作文件一样,非常方便!你不妨试试!-c programming language used when applying less than memory (memory for many reasons). If there is, how to solve? It used to expand memory. Here pr
UartComm
- Modbus串口通讯协议通讯源代码,采用C开发,UartWaitFuc作为入口文件,提供从bit到double word的读写操作功能
FsDriver
- 一个过滤层文件系统驱动的完整代码,实现了文件的加密,操作截获等-a filter layer file system integrity-driven code and achieve document encryption, such as intercepted operation
filter-high
- 文件过滤驱动的源代码,可以拦截读写操作,完整的项目
Irp-Files
- 直接IRP操作文件的实现问题,其实对于大部分接口(诸如: ZwReadFile、ZwWriteFile、ZwSetInformationFile、ZwDeleteFile等)在OSR上的“ Rolling Your Own - Building IRPs to Perform I/O ”一文中已经实现,但是那里面的实现还不够全。所以,我就翻出了前段时间在网上淘到的资料,特与大家共享!尤其值得注意的是,这里面还实现了ZwCreateFile接口! 大家都知道使用IRP的好处就是:效
pci9054
- pci9054实现IO操作。里面包括驱动开发的步骤以及开发的驱动程序,生成可安装文件。
pci9054实现io读写操作
- 利用DriverWorks实现PCI9054IO读写操作。包括如何使用DW开发向导生成程序框架,以及应用程序(DOS和VC)和驱动程序的完整源代码。不过为了节约空间,删除了不必要的中间文件。请重新编译一下即可。有关说明请见文件夹中的说明文档。-use DriverWorks achieve PCI9054IO write. DW including how to use the wizard generated development process framework and applicat
串口扫描源码
- 包含的功能有打开串口,设置掩码等参数,读取数据并存入文件,写入数据等。
Roll-Your-Own
- osronline上的用构造IRP实现复制文件操作,用来了解IRP流程-osronline with tectonic IRP operation, used to copy files to understand the IRP process
file_op_source
- 文件操作的驱动过滤演示代码 包含所有操作类型-File operations driven filtering demo code contains all the action type
sfilter
- 文件过滤系统,可以捕捉文件系统的一切操作-File filtering system that can capture all file system operations
filesys
- Windows系统文件过滤驱动源代码. 采用Windows 2000 DDK开发. 可修改文件Create, Open, Write, Read, Flush, Cleanup, Close例程. 参考此代码可实现文件加密,文件监控,版权保护等特殊文件操作. -Windows system file system filter driver source code. Using Windows 2000 DDK development. Can modify the file C
filemon_driver_test
- 文件系统过滤驱动程序,拦截读写操作,测试程序下载驱动时,Createservice,startservice出错,Createservice出错码有时报1072,有时报1073,startservice出错码有时报1,有时报183,还有就是那测试驱动程序中,对应的驱动名,与驱动路径有什么要求吗,驱动名是不是就是驱动程序中创建符号链接中的WCHAR deviceLinkBuffer[] = L"\\DosDevices\\Filemon"驱动名是不是就是Filemon。测试程序中下载驱动的时候驱动
File-operation-in--NT-mode
- windows内核环境下对文件操作的简单示例,采用NT模型-simple example for file operations in the windows kernel environment, using the NT model
ExTools-src-v1.2
- 内核级别的hexviewer,文件操作直接采用IRP操作,源码,vc-The kernel level hexviewer, file operations directly IRP operation, source, vc++,
Filemon
- 文件操作监控,驱动应用层相互结合,可以设置要监控的文件与路径,实现监控文件的写,复制,等操作-File operations monitoring, driven application layer bonded to each other, can be set to monitor file and the path to achieve control file write, copy, and other operations
MyList
- 一个自己用基本函数库封装的list容器和文件操作类。
FileRecord
- 通过文件过滤驱动,记录电脑对U盘文件操作信息,包括从U盘读,和向U盘中拷贝-Record the USB file operation infor
FileFilter
- 实现了简单的文件过滤驱动,可以对文件的所有操作进行过滤,实现文件操作监控!-Implements a simple file filter driver, you can filter all file operations, file operations monitor!