I am trying to create a File System Filter (Minifilter) driver. For that I am following the tutorial provided here: https://www.youtube.com/watch?v=ukUf3kSSTOU
In a brief way, in the tutorial you create a minifilter driver that stops you from writing into a file called OPENME.txt.
I managed to install the driver and start it successfully, but I am still able to edit the file. When I check debug messages in the DebugView I can’t see any of my debug messages.
I have created a post is SO with my code and problem in detail. Could anyone help me out and tell me what am I doing wrong or how can I try to fin the problem?
https://stackoverflow.com/questions/48466308/minifilter-driver-not-blocking-file-edition
Thanks in advance.