阅读:2331回复:2
关于Minifilter驱动安装
我直接从inf文件安装Minifilter(WDK的例子swapBuffers,我在读操作中加了输出信息);但重启后,我用icesWord ,并没有看到swapBuffers.sys模块被加载了,为什么啊?同时我打开一个txt文件,我加的输出信息并没有输出(DbgView)。MiniFilter是不是要依赖其他的驱动? 感觉上,swapBuffers.sys这个驱动没有被加载!!
|
|
沙发#
发布于:2007-09-05 13:56
I know why the minifilter was not loaded. It is necessary to use the "fltmc".
After install minispy driver, I did this command. fltmc load minispy And the minispy driver was loaded. I have another question but I will ask you with another thread. Thank you. |
|
板凳#
发布于:2008-11-10 10:59
谢谢了。
|
|