ScoopInstaller_Main/bucket/hollows-hunter.json
2025-09-13 20:26:07 +00:00

37 lines
1.4 KiB
JSON

{
"version": "0.4.1.1",
"description": "Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/injected PEs, shellcodes, hooks, in-memory patches).",
"homepage": "https://hshrzd.wordpress.com/pe-sieve/",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.4.1.1/hollows_hunter64.zip",
"hash": "00bff71b46f81f1c5f5d6c64fe8682a695a435d00e9b84112d79be05f8e1140c"
},
"32bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.4.1.1/hollows_hunter32.zip",
"hash": "7c43289eba4abd9fb2c99fc10d17d0824922b4f207bed13e0ee77d5ebd7fdd9b"
}
},
"bin": [
"hollows_hunter.exe",
[
"hollows_hunter.exe",
"hollows-hunter"
]
],
"checkver": {
"github": "https://github.com/hasherezade/hollows_hunter"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v$version/hollows_hunter64.zip"
},
"32bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v$version/hollows_hunter32.zip"
}
}
}
}