搜索资源列表
新文件过滤接口程序员指南
- 这个文档用于I/O管理器和基本文件系统之间的过滤驱动。文件系统可能是本地或者网络的。这个文档不涉及文件系统和存储设备之间的过滤驱动,比如FtDisk和DMIO. 我们将主要讨论一种新的文件系统过滤驱动模型,所谓的微过滤器(minfiter) -documentation for the I / O device management, and basic file system filter driver between. File systems may be local or net
Windows文件系统过滤驱动开发教程
- 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cac
Windows文件系统过滤驱动开发教程
- Windows文件系统过滤驱动开发教程
Windows 文件系统过滤驱动开发教程
- 楚狂人的《Windows 文件系统过滤驱动开发教程》第二版
有关文件系统过滤驱动编程的研究生论文
- 几篇优秀的有关文件系统过滤驱动编程的研究生论文,用来学习-Several excellent file system filter driver programming on graduate thesis, for learning
FileDriver
- FileDriver:文件系统过滤驱动开发教程 完整的chm格式。 -FileDriver: file system filter driver development tutorial complete chm format.
sfilter
- 文件系统过滤 楚狂人文件系统过滤开发教程的例子,我改写了一下-Madman of Chu filter file system file system filter examples of the development of course, I adapted a bit
Filemon_src
- 本资源两部分: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
guolvjiami
- PDF文档,讲述了基于文件系统过滤驱动器的加密软件设计,用于底层加密驱动的编写。-PDF document, described based on the file system filter driver encryption software design, for the preparation of the underlying encryption driver.
sfilter
- 文件系统过滤驱动的详细代码,含有中文说明及注释-File system filter driver detailed codes, descr iptions and notes containing Chinese
filesystemdriver
- 文件系统过滤驱动开发代码,可用于文件加密,保护硬盘数据的安全。-File system filter driver development code, can be used for file encryption to protect the hard disk data security.
windows_filesystem_driver
- Windows文件系统过滤驱动开发教程,是进行文件系统过滤驱动开发很好的资料-a introduce to windows file system driver develop
FILESPY
- filespy 是一个Windows平台下的文件过滤驱动模型,该模型通过在特定磁盘/文件系统上过载过滤驱动程序实现了对操作系统文件资源的监控-filespy is a model of file filter driver base on Windows platform,this model is designed to monitor file sources on Windows OS by attaching filter driver to specificed disk or f
MonDisk
- MonDisk 是一个Windows平台下的文件系统过滤驱动程序,该驱动模块清晰,功能简单,特点是完全使用NT式的Dispatch 函数实现文件访问行为的监控-MonDisk is a file system filter driver on Windows platform,the function of this model is simple but with a characteric that,All its dispatch routine are all NT dispatch r
filesys
- 文件系统过滤驱动 通过截获系统发出的irp 捕获文件操作从而实现对文件的保护-This module contains the code that implements the general purpose sample file system filter driver.
filespy
- 文件系统过滤驱动,可监控操作系统的文件读写-File system filter driver can monitor the operating system' s file read and write
DFilter28
- Windows文件系统过滤驱动和应用程序,在开源项目上改进的。请用tar解压缩的-Windows file system filter driver and application procedures, the open-source project for improvement. Is a compressed tar
FsFilter
- Windows文件系统过滤驱动的撰写范本,提供基本的架构-Windows File System Filter Driver code sample
filemon_driver_test
- 文件系统过滤驱动程序,拦截读写操作,测试程序下载驱动时,Createservice,startservice出错,Createservice出错码有时报1072,有时报1073,startservice出错码有时报1,有时报183,还有就是那测试驱动程序中,对应的驱动名,与驱动路径有什么要求吗,驱动名是不是就是驱动程序中创建符号链接中的WCHAR deviceLinkBuffer[] = L"\\DosDevices\\Filemon"驱动名是不是就是Filemon。测试程序中下载驱动的时候驱动
Windows文件系统过滤驱动开发教程
- 学习windows内核编程时,查找的相关资料,Windows文件系统过滤驱动开发教程(Windows file system filter driver development tutorial)