Hi,
I’m implementing a simple mini-filter which is suppose to intercept the
read and write operations, I was wondering if anybody could help me with
following two questions:
-
Is it possible to intercept and respond to “dir” commands? From my
understanding so far IRP_MJ_DIRECTORY_CONTROL should let me to do so. -
Is it possible to mount the directory controlled by the mini-filter?
e.g. mount it as drive E:\
Thanks,
Armin