Make a minifilter like driver for linux

948 views Asked by At

I'm new to the Linux file system. I wanted to use a mini filter like the driver for Linux, I came across various options like Hooks,DazukoFS(not used nowadays) fanotify. So I chose fanotify. I want to modify a file before opening it. The similar work is performed by antiviruses they scan each file before opening.I'm not getting any method to do this task. Even not getting any proper documentation of fanotify using which I will be able to achieve this. I came across FAN_OPEN_PERM, again there was no example. Any help will be appreciated. Thanks in advance.

0

There are 0 answers