文件名称:filemon_driver_test
- 所属分类:
- 驱动编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 95kb
- 下载次数:
- 0次
- 提 供 者:
- 查**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
文件系统过滤驱动程序,拦截读写操作,测试程序下载驱动时,Createservice,startservice出错,Createservice出错码有时报1072,有时报1073,startservice出错码有时报1,有时报183,还有就是那测试驱动程序中,对应的驱动名,与驱动路径有什么要求吗,驱动名是不是就是驱动程序中创建符号链接中的WCHAR deviceLinkBuffer[] = L"\\DosDevices\\Filemon"驱动名是不是就是Filemon。测试程序中下载驱动的时候驱动名是不是就是Filemon,驱动路径的要求我看文档一般用相对路径简单点,假设我的驱动文件放在当前测试代码项目的上一级目录,那我可以直接#define DRIVER_PATH "..\filem.sys",我的测试代码如下,急求各位大侠帮忙-File system filter driver, blocking read and write operations, when the test program to download drivers, Createservice, startservice error, Createservice error code 1072 with Times has Times 1073, startservice error code with Times 1, are 183 times, and that is the test drive program, the corresponding driver name, and what requirements you drive path,
相关搜索: 文件系统过滤驱动
(系统自动生成,下载前可以参看下载内容)
下载文件列表
filemon_driver_test\filemontest\filemontest.clw
...................\...........\ReadMe.txt
...................\...........\filemontest.h
...................\...........\filemontest.cpp
...................\...........\StdAfx.h
...................\...........\StdAfx.cpp
...................\...........\filemontest.dsw
...................\...........\filemontest.ncb
...................\...........\filemontest.plg
...................\...........\sfilter.sys
...................\...........\filemontest.dsp
...................\...........\filter.sys
...................\...........\filem.sys
...................\...........\IOCTLCMD.H
...................\...........\filemontestDlg.h
...................\...........\Resource.h
...................\...........\filemontest.aps
...................\...........\filemontest.rc
...................\...........\filemontestDlg.cpp
...................\...........\filemontest.opt
...................\...........\res\filemontest.rc2
...................\...........\...\filemontest.ico
...................\...........\...\Thumbs.db
...................\...........\...\filter.sys
...................\sys\Filemon.h
...................\...\Filemon.rc
...................\...\Install.bat
...................\...\Makefile
...................\...\Sources
...................\...\Ioctlcmd.h
...................\...\wintypes.h
...................\...\说明.txt
...................\...\A.txt
...................\...\Filemon.c
...................\说明.txt
...................\filemontest\res
...................\...........\Debug
...................\filemontest
...................\sys
filemon_driver_test
...................\...........\ReadMe.txt
...................\...........\filemontest.h
...................\...........\filemontest.cpp
...................\...........\StdAfx.h
...................\...........\StdAfx.cpp
...................\...........\filemontest.dsw
...................\...........\filemontest.ncb
...................\...........\filemontest.plg
...................\...........\sfilter.sys
...................\...........\filemontest.dsp
...................\...........\filter.sys
...................\...........\filem.sys
...................\...........\IOCTLCMD.H
...................\...........\filemontestDlg.h
...................\...........\Resource.h
...................\...........\filemontest.aps
...................\...........\filemontest.rc
...................\...........\filemontestDlg.cpp
...................\...........\filemontest.opt
...................\...........\res\filemontest.rc2
...................\...........\...\filemontest.ico
...................\...........\...\Thumbs.db
...................\...........\...\filter.sys
...................\sys\Filemon.h
...................\...\Filemon.rc
...................\...\Install.bat
...................\...\Makefile
...................\...\Sources
...................\...\Ioctlcmd.h
...................\...\wintypes.h
...................\...\说明.txt
...................\...\A.txt
...................\...\Filemon.c
...................\说明.txt
...................\filemontest\res
...................\...........\Debug
...................\filemontest
...................\sys
filemon_driver_test