Best practices on minifilter and settings file

Take this sample: https://github.com/microsoft/windows-driver-samples/tree/main/filesys/miniFilter/avscan

Let’s say I wanted to allow a user to customize which directories were monitored. I’d have no problem implementing a settings file, but I’m concerned with security regarding drivers. What is the typical way, if any, that this is implemented?

I always use the registry……

1 Like