Tagged Questions
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 ...