搜索资源列表
Windows文件系统过滤驱动
- 微过滤器驱动开发指南,本文翻译仅仅用做交流学习。我不打算保留任何版权或者承担任何责任。不要引用到赢利出版物中给您带来版权官司。本文的翻译者是楚狂人,如果有任何问题,你可以通过邮箱MFC_Tan_Wen@163.com,或者是QQ16191935,或者是MSN walled_river@hotmail.com与我交流。-Micro Filter Driver Development Guide, this translation only with the exchange of learning
ntifs
- title=Windows NT/2000/XP可安装文件系统头定义 memo=是开发Windows NT/2000/XP下文件系统驱动程序的必需头文件,可以用于开发文件系统过滤驱动及防病毒软件等。-title = Windows NT/2000/XP file system to be installed on the first memo = definition of development under Windows NT/2000/XP file system driver of th
minifilter_sample
- 文件系统过滤驱动程序的框架,对于做文件透明加密的朋友很有帮助
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.
miniFilter
- miniFilter 文件系统过滤驱动-miniFilter
windows_filesystem_driver
- Windows文件系统过滤驱动开发教程,是进行文件系统过滤驱动开发很好的资料-a introduce to windows file system driver develop
Applicationoffilesystemfilterdriverinnetworksecure
- 设计并实现了一个运行于Windows系统的网络终端设备信息防泄漏系统。系统通过文件系统过滤驱动的运用,实现了对网络终端机密文件的实时监控和动态加解密,既具有文件加密的安全性,又具有访问控制的方便性,有效地防止了网络终端机密信息的泄漏。-Design and implementation of a system named Network Terminal Device Information Anti2Leakage System (NTD IALS) was designed and im
Windows_Kernel_Security_Programme
- 这是《寒江独钓——Windows内核安全编程》配书光盘,源码包括:Windows串口与键盘过滤驱动、Windows虚拟存储设备与存储设备过滤驱动、Windows文件系统过滤驱动、文件系统透明加密/解密驱动、Windows各类网络驱动(包括TDI过滤驱动及3类NDIS驱动),以及最新的WDF驱动开发模型-This is the " Snowy River fishing alone- Windows kernel security programming" book with C
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
Windows_file_system_filter_driver
- 大约两年以前我在驱动开发网上发表了一组描述如何开发Windows文件系统过滤驱动的文章。非常庆幸这些文章能给大家带来帮助。 原本的文章中我使用了自己编写的代码。我不打算在这里论述代码风格的优劣并发起一场辩论,无可怀疑的是,读者们大多喜欢看到类似微软范例的代码。为此我把文章中的代码换成微软标准的文件过滤驱动范例sfilter的代码。赠于喜欢此书的读者和驱动开发的后来者们。 网友们帮我整理的原版已经非常流行。为了区别起见,称为第二版。 ,-About two ye
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)