Welcome![Sign In][Sign Up]
Location:
Search - 过滤驱动

Search list

[Driver DevelopWIN2000下利用汇编做文件过滤驱动程序

Description: WIN2000下利用汇编做文件过滤驱动程序-using WIN2000 compilation paper filter driver
Platform: | Size: 133651 | Author: 濮文俊 | Hits:

[Other resourceWindows文件系统过滤驱动开发教程

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:

[Documents基于驱动层的USB存储设备安全监控技术

Description: 一个USB过滤驱动的开发文档,把USB限制为只读,只写,读写,全锁四种状态,在网上好不容易找到的资料和大家共享下。
Platform: | Size: 83162 | Author: wangbole | Hits:

[DocumentsWindows文件系统过滤驱动开发教程

Description: Windows文件系统过滤驱动开发教程
Platform: | Size: 508898 | Author: yangayi | Hits:

[Documentsusb驱动过滤

Description: 本文分三部分来介绍如何构造一个简单的USB过滤驱动程序,包括“基本原理”、“程序的实现”、“使用INF安装”。此文的目的在于希望读者了解基本原理后,可以使用除DDK以外最流行也最方便的驱动开发工具DriverStudio来实现一个自己的过滤驱动,并正确地安装
Platform: | Size: 41984 | Author: dujianyao2006@163.com | Hits:

[Windows Kernel文件加密保护的过滤驱动程序源代码

Description: 文件加密的过滤驱动程序,适用于大部分的文件加密软件
Platform: | Size: 154213 | Author: 1103256696@qq.com | Hits:

[Program docWindows 文件系统过滤驱动开发教程

Description: 楚狂人的《Windows 文件系统过滤驱动开发教程》第二版
Platform: | Size: 508600 | Author: 1715331412@qq.com | Hits:

[Driver Developusb过滤驱动

Description: usb过滤驱动,实现u盘禁止访问
Platform: | Size: 539895 | Author: asm2c@163.com | Hits:

[SCM几个U盘源码

Description: 包括5个U盘固件源码,以及一个U盘过滤驱动程序源码。
Platform: | Size: 1141511 | Author: jinpaiyuangui | Hits:

[Driver Developkbfilter

Description: 键盘过滤驱动,更改scan code- The keyboard filters the actuation, changes scan code
Platform: | Size: 12288 | Author: 戴文 | Hits:

[USB developusbfilt

Description: USB过滤驱动框架。-USB filters the actuation frame.
Platform: | Size: 11264 | Author: 戴文 | Hits:

[Crack Hackntifs

Description: 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 the necessary header files, which can be used to develop file system filter driver and anti-virus software.
Platform: | Size: 35840 | Author: 王红正 | Hits:

[Driver Developsleepkeyfilter-src

Description: 键盘睡眠键过滤驱动程序-keyboard keys sleep filter driver
Platform: | Size: 10240 | Author: 温多明 | Hits:

[OS programbluescreen

Description: 含有经过我修改的键盘过滤驱动,在w2k,wxp下运行,按左右shift,左alt便蓝屏,卸载需使用虚键盘(切记)以及最初源码,编译环境为w2kddk或wxpddk剩余的参看其中的README-containing modified keyboard filter driver in w2k, wxp running, according to shift around, then left alt blue screens, unloading need to use virtual keyboard (remember) and the initial source code, compile the environment or wxpddk w2kddk remaining See the README
Platform: | Size: 350208 | Author: 于东 | Hits:

[Driver DevelopFileGuard

Description: 文件加密的过滤驱动程序源代码.-file encryption filter driver source code.
Platform: | Size: 387072 | Author: 冯海 | Hits:

[Software EngineeringWindows文件系统过滤驱动开发教程

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:

[Driver DevelopWindows文件系统过滤驱动

Description: 微过滤器驱动开发指南,本文翻译仅仅用做交流学习。我不打算保留任何版权或者承担任何责任。不要引用到赢利出版物中给您带来版权官司。本文的翻译者是楚狂人,如果有任何问题,你可以通过邮箱MFC_Tan_Wen@163.com,或者是QQ16191935,或者是MSN walled_river@hotmail.com与我交流。-Micro Filter Driver Development Guide, this translation only with the exchange of learning to do. I do not intend to retain any copyright or accept any responsibility. Not to use it to for-profit publications, which brings you the copyright lawsuit. This is the translation of Chu lunatics, if you have any questions, you can mail MFC_Tan_Wen@163.com or QQ16191935, or MSN walled_river@hotmail.com shared with me.
Platform: | Size: 18432 | Author: 风帆 | Hits:

[Driver DevelopWIN2000下利用汇编做文件过滤驱动程序

Description: WIN2000下利用汇编做文件过滤驱动程序-using WIN2000 compilation paper filter driver
Platform: | Size: 133120 | Author: 濮文俊 | Hits:

[Books新文件过滤接口程序员指南

Description: 这个文档用于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 network. This document does not involve file system and storage equipment between the filter driver, For example FtDisk and DMIO. we will mainly discuss a new file system filter driver model, the so-called micro-filters (minfiter)
Platform: | Size: 27648 | Author: 小易 | Hits:

[OS programWindows文件系统过滤驱动开发教程

Description: 学习windows内核编程时,查找的相关资料,Windows文件系统过滤驱动开发教程(Windows file system filter driver development tutorial)
Platform: | Size: 569344 | Author: xacml3.0 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 31 »

CodeBus www.codebus.net