hasherezade / hollows_hunter

Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
https://github.com/hasherezade/hollows_hunter/wiki
BSD 2-Clause "Simplified" License
2k stars 250 forks source link

[BUGFIX] Enabled /quiet mode. #16

Closed hippocache closed 1 year ago

hippocache commented 1 year ago

Running

hollows_hunter64.exe /quiet

on Win10 x64 ignores the 'quiet' flag. This is true for both the latest release, and the current master branch. The pull request seems to fix the issue.

hasherezade commented 1 year ago

Thank you!