搜索资源列表
WIN2000下利用汇编做文件过滤驱动程序
- WIN2000下利用汇编做文件过滤驱动程序-using WIN2000 compilation paper filter driver
文件加密保护的过滤驱动程序源代码
- 文件加密的过滤驱动程序,适用于大部分的文件加密软件
几个U盘源码
- 包括5个U盘固件源码,以及一个U盘过滤驱动程序源码。
udiskdriver u盘过滤驱动程序
- u盘过滤驱动程序,使用driverstudio开发-udisk driver code
FileFilter.rar
- U盘过滤驱动程序,让U盘成为一个只读存储器。在DISK.sys和USBSTOR.sys驱动之间建立一个过滤驱动,U disk filter driver, so that U disk into a read-only memory. Disk.sys USBSTOR.sys drive in between and a filter driver
基于minifilter技术的过滤驱动透明加解密程序
- 基于minifilter技术的过滤驱动透明加解密程序,驱网下载需要100点-Minifilter technology filter driver based on transparent encryption and decryption process, download the required drive nets 100 points
SniffUSB
- 使用usb过滤驱动配合应用程序监听usb数据的小工具-use usb filter driver to monitor the data on usb
chapter03
- 键盘过滤驱动源代码,VC++编写的一个完整代码程序,-Keyboard filter driver source code, VC++ Prepared a complete code procedures,
ctrl2cap
- 简单的截获键盘按键的键盘过滤驱动程序,希望能与大家共享-simple keyboard filter driver
passthru1107
- NDIS的PASSTHRU层的驱动程序,MySource应用层的程序,负责向驱动程序发指令,本来是想做防火墙的,可后来做到可过滤IP地址后没有再做了
KeyFilter
- 键盘过滤驱动源代码,VC++编写的一个完整代码程序,-Keyboard filter driver source code, VC++ Prepared a complete code procedures,
src_jm
- 文件加密的过滤驱动程序源代码,文件加密的过滤驱动程序源代码-File encryption filter driver source code, file encryption filter driver source code
NTFsrc
- 文件过滤驱动事例程序,可在此事例程序上进行修改成透明加密过滤驱动。-File filter driver example procedures in this case the procedure can be carried out on modified transparent encryption filter driver.
MonFileSysandExe
- windows 系统文件过滤驱动以及测试程序源代码。值得研究.-windows file system filter driver and test source code. Worth studying.
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
dd1
- windows文件过滤驱动程序,实现文件的隐藏的-file hide and filter
sfilter
- 一个系统级的文件过滤驱动程序,适合研究文件过滤程序的朋友。-A system-level file filter driver, suitable for research papers filter friends.
filemon_driver_test
- 文件系统过滤驱动程序,拦截读写操作,测试程序下载驱动时,Createservice,startservice出错,Createservice出错码有时报1072,有时报1073,startservice出错码有时报1,有时报183,还有就是那测试驱动程序中,对应的驱动名,与驱动路径有什么要求吗,驱动名是不是就是驱动程序中创建符号链接中的WCHAR deviceLinkBuffer[] = L"\\DosDevices\\Filemon"驱动名是不是就是Filemon。测试程序中下载驱动的时候驱动
8549057USBFilter1
- usb过滤驱动WDM(和KDM)是分层的,在构造设备栈时,IO管理器可以使一个设备对象附加到另外一个初始驱动程序创建的设备对象上。与初始设备对象相关的驱动程序决定的IRP,也将被发送到附加的设备对象相关的驱动程序上。这个被附加的驱动程序便是过滤驱动程序。过滤驱动可以在设备栈的任何层次中插入。IO管理器发出的IRP将会沿着右图的顺序从上往下传递并返回。因此,我们可以使用过滤驱动程序来检查、修改、完成它接收到的IRP,或者构造自己的IRP。(The USB filter driver WDM (an