Description: 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cache算法的效果,我已在工作中有所感受。 如果你刚好有以上此类的要求,你可以阅读本教程。-I often encounter online request peer file system driver development. Windows on the pc-driven mostly to filter. Its goal : There are several : First, for the anti-virus engine. Hope for writing the document, read and write data capture, which then detected the presence of the virus code. Two documents for encryption systems in the hope that the process of writing papers for data encryption, in the course of time deciphering. Three is to design a transparent file system accelerated. The disk read and write when appropriate cache algorithm can greatly improve the efficiency of disk. Windows itself to the cache algorithm may not be suitable for some special disk read and write operations (such as streaming media server time streaming media). The cache design algorithm results, I have some wo Platform: |
Size: 18724 |
Author:仇韬 |
Hits:
Description: 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cache算法的效果,我已在工作中有所感受。 如果你刚好有以上此类的要求,你可以阅读本教程。-I often encounter online request peer file system driver development. Windows on the pc-driven mostly to filter. Its goal : There are several : First, for the anti-virus engine. Hope for writing the document, read and write data capture, which then detected the presence of the virus code. Two documents for encryption systems in the hope that the process of writing papers for data encryption, in the course of time deciphering. Three is to design a transparent file system accelerated. The disk read and write when appropriate cache algorithm can greatly improve the efficiency of disk. Windows itself to the cache algorithm may not be suitable for some special disk read and write operations (such as streaming media server time streaming media). The cache design algorithm results, I have some wo Platform: |
Size: 18432 |
Author:仇韬 |
Hits:
Description: 一个过滤层文件系统驱动的完整代码,实现了文件的加密,操作截获等-A filter layer of the integrity of the file system driver code, the realization of the document encryption, such as operation of intercepted Platform: |
Size: 190464 |
Author:baby |
Hits:
Description: 文件系统过滤驱动开发代码,可用于文件加密,保护硬盘数据的安全。-File system filter driver development code, can be used for file encryption to protect the hard disk data security. Platform: |
Size: 147456 |
Author:jcq |
Hits:
Description: 文中首先介绍了Windows NT文件系统过滤驱动程序工作原理和开发方法, 以及在设计
过程中遇到的诸如动态附着文件系统等关键问题的解决方法, 之后着重阐述了如何利用它来实
现文件访问控制、文件访问事件的事后审计、文件的动态加密, 和文件的镜像备份等信息安全
领域中的关键技术。-First, the introduction of the Windows NT file system filter driver working principles and development methods, as well as encountered in the design process, such as dynamic file system attached to the key solution to the problem, and then focuses on how to use it to achieve file access control, after the case file access auditing, document the dynamic encryption, and file backup of the mirror in the field of information security and key technologies. Platform: |
Size: 187392 |
Author:曾经如此 |
Hits:
Description: PDF文档,讲述了基于文件系统过滤驱动器的加密软件设计,用于底层加密驱动的编写。-PDF document, described based on the file system filter driver encryption software design, for the preparation of the underlying encryption driver. Platform: |
Size: 185344 |
Author:kmicheal |
Hits:
Description: 设计并实现了一个运行于Windows系统的网络终端设备信息防泄漏系统。系统通过文件系统过滤驱动的运用,实现了对网络终端机密文件的实时监控和动态加解密,既具有文件加密的安全性,又具有访问控制的方便性,有效地防止了网络终端机密信息的泄漏。-Design and implementation of a system named Network Terminal Device Information Anti2Leakage System
(NTD IALS) was designed and implemented. To prevent the leakage of confidential information in network terminal, NTDIALS realized the real2time monitoring and dynamic encrypting and decrypting of information at the layer of file system filter driver,
which was both safe in encryption and convenient in access control. Platform: |
Size: 224256 |
Author:陈宝楷 |
Hits:
Description: 这是《寒江独钓——Windows内核安全编程》配书光盘,源码包括:Windows串口与键盘过滤驱动、Windows虚拟存储设备与存储设备过滤驱动、Windows文件系统过滤驱动、文件系统透明加密/解密驱动、Windows各类网络驱动(包括TDI过滤驱动及3类NDIS驱动),以及最新的WDF驱动开发模型-This is the " Snowy River fishing alone- Windows kernel security programming" book with CD-ROM, source code, including: Windows serial port with the keyboard filter driver, Windows virtual memory storage device and filter device driver, Windows file system filter drivers, file system transparent encryption/decryption drive, Windows all types of network drives (including the TDI filter driver and 3 NDIS driver), as well as the latest model-driven development of the WDF Platform: |
Size: 2040832 |
Author:lq7972 |
Hits:
Description: 文件系统过滤驱动,检测文件IO操作。可参照编写透明加密软件-The file system filter driver to detect the file IO operations. Refer to the preparation of transparent encryption software Platform: |
Size: 122880 |
Author:sweetmsg |
Hits:
Description: 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 Create, Open, Write, Read, Flush, Cleanup, Close routine. Reference to the code for file encryption, file monitoring, copyright protection and other special file operations . Platform: |
Size: 175104 |
Author:刘 |
Hits:
Description: 本资源是谭文《寒江独钓-Windows内核安全编程》随书光盘中的源代码,代码中包含串口过滤、键盘过滤、磁盘虚拟、磁盘过滤、文件系统过滤与监控、文件系统透明加密、文件系统微过滤驱动、网络传输层过滤、NDIS协议驱动等内容,是学习Windows内核安全编程的实用参考。-This resource is TAN " painting by the Security-Windows kernel programming" CD with the book' s source code, the code contains the serial port filter, keyboard filter, virtual disk, disk filter, file system filtering and monitoring, file system, transparent encryption, micro file system filter driver, the network transport layer filtering, NDIS protocol driver and other content, is to learn practical programming Windows kernel security reference. Platform: |
Size: 1101824 |
Author:吴 |
Hits:
Description: WINDOWS文件过滤系统驱动开发,可用于硬盘还原,防病毒,文件安全防护,文件加密等诸多领域。而掌握核心层的理论及实践,对于成为一名优秀的开发人员不可或缺。-WINDOWS file system filter driver development system, can be used for hard disk reducing, anti virus, file security protection, file encryption and other fields. Mastering the core layer of the theory and practice, to become an excellent staff development indispensable. Platform: |
Size: 14336 |
Author:UUme |
Hits:
Description: 文件系统过滤驱动开发代码,可用用于文件加密,保护硬盘数据的安全。
-The file system filter driver development code can be used for file encryption to protect the security of the hard disk data. Platform: |
Size: 148480 |
Author:linggan |
Hits:
Description: 简单的文件系统过滤驱动加密txt文件,可以用作学习和测试-Simple file system filter driver encryption txt file, can be used as a good example for learning Platform: |
Size: 65536 |
Author:孙俊 |
Hits: