Tagged Questions
0
votes
1answer
216 views
how to : do 2 way communication between user mode and kernel mode
i have written a driver .. which has extracted a value from IRP buffer . now based on this keyword i have to pass o fail the irp ..... so i need to communicate with the database which is not easy from ...
12
votes
1answer
1k views
I want to create a minifilter driver to transparently redirect disk i/o, but I'm having trouble getting started
A project I'm working on at the moment requires the implementation of a copy-on-w/m mechanism which will be used to redirect disk i/o in a similar manner to Deep Freeze or Sandboxie, on Windows XP. If ...