ScoopInstaller_Main/bucket/hollows-hunter.json
2023-05-15 00:35:00 +00:00

37 lines
1.4 KiB
JSON

{
"version": "0.3.6",
"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.3.6/hollows_hunter64.zip",
"hash": "3b5eadd70b44857db57328da8792e29d5b09e3e8561e609f389dd42b7747ef47"
},
"32bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.3.6/hollows_hunter32.zip",
"hash": "b7a34de50fa8b7b289496c25cd96ecb79ca11dcc4a53586fdcd1a69ea32cb417"
}
},
"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"
}
}
}
}