ScoopInstaller_Main/bucket/hollows-hunter.json
2020-07-17 07:24:05 +02:00

37 lines
1.4 KiB
JSON

{
"version": "0.2.8.3",
"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.2.8.3/hollows_hunter64.zip",
"hash": "7cbb42959a595f701c52eefcf0f050279160b01e9dc17f39933377e49410c1f1"
},
"32bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.2.8.3/hollows_hunter32.zip",
"hash": "fd7241bcb6e02bf18a6c5b55e2fea94262b1764f6a3734ce49fe29eb16b01db3"
}
},
"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"
}
}
}
}