Hi All,
I am a building a file system filter driver to modify the IRP_MJ_READ user Buffer data.For the same i could able to build a filter driver based on FILEMON filter driver.
I’ve WINDBG debugger only,also i dont know how to debug the driver using WinDbg.My driver project include a file system filter driver and an user application which dynamically
load and unload the filter driver.
I performed the following steps,
Host machine is : Win2k Professional.
Target Machine is :Win2003 Server enterprise edition.VMWare virtual machine ( VMWare workstation version 4.01 )
Create a named pipe with setting \.\pipe\com_1 This End is server \ other end is application.
Now as per the definition of WINDGB target machine should have driver and application.so i created a Temp directory and kept the driver and application in that directory.
While the PDB and source file is in the Host machine. After that, i started the debugger on HOST machine with WinDbg -s \.\pipe\com_1 command.
After setting the SYMBOL directory and source directory path on Host machine , i opened the user application from target machine.Its working fine but i am not able to
debug the driver.Again user application tries to open the driver file(SYS) on HOST machine ??? Is it necessary to run WInDbgRM on remote machine ???
I dont know what went wrong , please help me out.
Many tahnx in advanced
Regards
Deepak