Hello,
I am attempting to create a minfilter, or possibly something else. I will explain the problem and hopefully someone will be able to point me in the right direction.
I need something that will intercept requests to a certain harddrive from windows, weather this is through windows explorer, or from an open dialogue in any application.
The minifilter will need to intercept all calls, not just read/write, but also the ones that get file information as file names and locations will be encrypted in a way that does not allow windows to even recognise their existance without the minifilter.
So far, I have worked out how to direct access the hard drive and read sectors in, I have downloaded the WDK and read some of the documentation for the Installable File System (a subset of the WDK) I have set up the build environment too, but the documentation that goes with it, and the examples, are confusing to say the least. What I really require, is some very minamilist code examples/help, that just registers the minifilter, and allows it's procedures to be called.
Any help here would be greatly appreciated.
Thanks in advance,
Zack.