当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - file system filter write read
搜索资源列表
-
3下载:
我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cac
-
-
1下载:
文件系统过滤驱动,可监控操作系统的文件读写-File system filter driver can monitor the operating system' s file read and write
-
-
0下载:
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
-
-
0下载:
文件系统过滤驱动程序,拦截读写操作,测试程序下载驱动时,Createservice,startservice出错,Createservice出错码有时报1072,有时报1073,startservice出错码有时报1,有时报183,还有就是那测试驱动程序中,对应的驱动名,与驱动路径有什么要求吗,驱动名是不是就是驱动程序中创建符号链接中的WCHAR deviceLinkBuffer[] = L"\\DosDevices\\Filemon"驱动名是不是就是Filemon。测试程序中下载驱动的时候驱动
-
-
0下载:
文件过滤驱动,File filter driver intercepts file functions include copy, move, Read, Write, and get the file information, and so on. -File system driver.-File filter driver intercepts file functions include copy, move, Read, Write, and get the file informat
-
-
0下载:
文件系统过滤驱动,能是实现对特定文件的实时监控,截获对文件的Create,Read and Write 操作,并将操作信息发送到备份主机上实现对文件的实时备份。-File system filter driver can achieve real-time monitoring of specific documents, intercepted files Create, Read and Write operations, and the operation to send informat
-
-
3下载:
一个简单的U盘过滤驱动程序,使U盘变成一个只读存储器。针对本机当前用户对U盘进行读写控制。可以令U盘处于只读状态。监控用户对文件系统的操作。-A simple U disk filter driver U disk into a read-only memory. U disk read and write control for the current user of the machine. U disk is read-only status. Monitoring of user ope
-