硬盘过滤驱动入门级参考资料,如果想从事此类开发,可以参考。
2023-05-19 09:33:46 15KB 硬盘过滤 过滤驱动
去年做U盘保密系统时从网上下载参考的代码之一,演示了U盘的只读过滤驱动,有驱动程序和应用程序的全部代码,有用到的请下载学习。
2023-04-13 15:08:12 46KB U盘 只读 过滤驱动程序
1
U盘过滤驱动 The Wizard created the following files: Files that comprise your driver: readme.txt Contains information shown here. sys\Usbfilter.cpp Driver class implementation. sys\Usbfilter.h Driver class header file. sys\Usbfilter.inf INF file defines driver for plug and play installation. sys\Usbfilter.inf.txt Alternate INF file defines driver for plug and play installation. sys\UsbfilterDevice.cpp Device (UsbfilterDevice) implementation. sys\UsbfilterDevice.h Device (UsbfilterDevice) header file. sys\function.h Used by DriverWorks library to determine which handlers to provide. sys\Usbfilter.rc Shell for resource file (used for event messages, version resource) Files used by build utilities: sys\sources Used by BUILD program to determine what files comprise your driver. sys\makefile Used by BUILD program to build your driver. Files used by the Installation dll: UsbfilterDll.cpp This is the main DLL source file. UsbfilterDll.h This is the main DLL header file. UsbfilterInst.h Filter install class header file. UsbfilterInst.cpp Filter install class implementation. StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file.
2023-04-13 14:59:13 577KB 驱动 过滤 U盘 windows
1
最近几天看了楚狂人的文件过滤驱动的相关教程, 学习了下文件过滤驱动的编写, 不禁感叹楚狂人在文件过滤驱动方面的造诣. 学习之余写了这个小工具MzfFileMonitor. 代码是由sfilter扩展而来. 包括 R3 和 R0 代码. Ps:1. 此工具只记录创建成功的文件(不记录文件夹). 2. 驱动理论上支持XP - WIN7的系统.
2023-01-12 13:59:05 73KB 文件过滤 驱动 创建 监控
1
里面详细的讲解的关于过滤驱动的知识点,对于学习这方面的小伙伴们很好帮助。
2022-09-23 23:14:41 497KB 驱动
1
我将带领大家学习WDM驱动开发,包括重要的理论与实践。 我们逐步深入,在系列一和二的基础上慢慢推进,开始学习WDF驱动模型,包括面向对象和事件机制、重要的WDF对象,具体章节包括: 1)WDF编程框架:面向对象和事件机制 2)WDF重要对象:驱动对象、设备对象、IO队列、IO请求、等 3)事件回调函数:从派遣函数到事件回调函数的原理流程解析 4)WDF过滤驱动:掌握WDF对IRP的处理,以及过滤驱动的应用 5)WDF驱动安装:掌握驱动安装原理和INF文件的重要概念   Windows内核开发寄语: 1、Windows内核非常复杂,相关图书和课程都很少,让很多初学者望而生畏;没关系,我带领大家别有兴致地来领略Windows内核的神秘,解开面纱,层层深入。 2、本书以Windows10x64位基准,所有程序都编译、运行在Vmware的Win10x64位机器上。vs2019+wdk 3、内核学习并不可怕,授人以鱼不如授人以渔,艺多不压身,学习能提升人的综合能力,尤其是核心技术。
1
windows系统下usb过滤驱动实现
2022-08-21 00:12:10 343KB windows usb 过滤驱动
1
USB过滤驱动程序,通过USB的PID和VID判断是否是合法U盘。
2022-06-09 11:35:20 343KB USB 过滤驱动 内核
1
过滤驱动安装, DriverMonitor 用于调试安装 Windows内核程序。 EvDriverInstaller用于辅助安装Wdm驱动程序
2022-05-30 00:19:42 133KB ddk DriverMonitor 过滤驱动 DriverInstalle
1
使用透明加密技术实现对磁盘文件的保护,骆春山,,本文采用不同于传统的文件加密方法,而是基于Windows文件系统过滤驱动技术,实现了对用户数据的加密存储。使用该加密技术不改变用��
2022-05-19 01:20:41 255KB 透明加密、过滤驱动
1