minifilterfilter-driver

How do i start runing a file system mini filter


I'm new to mini filter programming , i compiled the Windows swapBuffers mini filter example (with a bit extra dbgprinting) and tried to run it on windows xp and windows 7.

i tried to use th install option of the inf file and nothing happend (i checked with dbgView - ther is no printing and with fltmc.exe - there is no new mini filtering).

i tried use fltmc.exe load option , i got load failed with error: 0x80070002 The system cannot find the file specified (even thet i in the minifilter folder and double checked the path and the spelling).

i tried to use sc create my_filter type= filesys binPath=... and when i tried sc start my_filter i got a blue screen (got the same results when trying to load with OSR louder).

can sombody please help me to start runing my first "hello world" minifilter?

thank you pit


Solution

  • Please do check file path info in inf file. For your initial error.