ScoopInstaller_Main/bucket/hollows-hunter.json
2021-12-28 20:27:20 +00:00

37 lines
1.4 KiB
JSON

{
"version": "0.3.2",
"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.2/hollows_hunter64.zip",
"hash": "38384aff2ab60c922a6de07065b2147fd838425f412e47f2244bd2d5ea164769"
},
"32bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.3.2/hollows_hunter32.zip",
"hash": "8c2cf35111395183e0810f0df31a25c96c3587f47b20316dd9f17b2f9034d2eb"
}
},
"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"
}
}
}
}