HotFinger
HotFinger copied to clipboard
Biometric hotkeys (Win10 application launcher)
[In VirusTotal, 6/67 engines](https://www.virustotal.com/#/file-analysis/NzI2NmNkYWZjZjQ1NDlkNTEyMzQ1N2I2MGRmMmVkMzE6MTU0NzE0MjYyMg==) falsely detect `hotfinger.exe` as malicious. This is bad because the 6 engines include popular antivirus software such as Avast, AVG, Cylance & Symantec. Users do not...
The current code locates fingerprint sensor devices by enumerating the registry tree `HKLM\System\CurrentControlSet\Enum`. A better approach would be to use [`SetupDi*`](https://docs.microsoft.com/en-us/windows-hardware/drivers/install/using-device-installation-functions) family of functions to enumerate the biometric device class,...