nefarius / HidHide

Gaming Input Peripherals Device Firewall for Windows.
https://docs.nefarius.at/projects/HidHide/
MIT License
941 stars 80 forks source link

Adding support for mounted folders #10

Closed Catnavido closed 3 years ago

Catnavido commented 3 years ago

When an application on the white list was stored in a mounted folder (NTFS), the client application picked the volume with the mount point while the driver received notifications that the application resided on the mounted volume. This change set ensures that both client and driver refer to the same (mounted) volume.

nefarius commented 3 years ago

Thanks! Resolves #9