搜索资源列表
copyfile
- 利用Zwcreatfile 和 ZwWritefile写的一个文件复制驱动-Using Zwcreatfile and ZwWritefile write a file copy drive
UsbTest
- 识别usb,识别光驱,拷贝文件到usb。自己写的vc学习的小例子-recognize usb,recognize cd-rom/dw,copy file to usb a example
Chap15
- Early in the device driver development process, it’s important to devote some thought to how you’ll distribute your driver and how an end user will install your driver and the hardware it serves. MicrosoftWindows XP and Microsoft Windows 98/Me use a
MyCopyFile
- 文件拷贝,驱动实现,在内核层对指定的文件进行拷贝-copy file in the Ring0
Filemon
- 文件操作监控,驱动应用层相互结合,可以设置要监控的文件与路径,实现监控文件的写,复制,等操作-File operations monitoring, driven application layer bonded to each other, can be set to monitor file and the path to achieve control file write, copy, and other operations
driver
- 1:将内核文件映射到我内核空间去; 2:path KiFastCallEntry重定向 一:加载内核 1:关于加载 我代码里用了两种方法,一种被我注释了的: a:使用ZwCreateSection + ZwMapVieOfSection 结合 SEC_IMAGE 标志来加载,此时加载的地址必定是位于user-mode空间,可以简单的用MDL锁定,然后映射这些页面到kernel-mode空间,也可以直接ExAllocatePool 然后 copy加载的镜像
