ScoopInstaller_Main/bucket/hollows-hunter.json
2022-11-06 16:30:02 +00:00

37 lines
1.4 KiB
JSON

{
"version": "0.3.5",
"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.5/hollows_hunter64.zip",
"hash": "4ab368a12b761f4b351d0f9d60d4a1a1f80e6885025c798b4a972ab106c2d162"
},
"32bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.3.5/hollows_hunter32.zip",
"hash": "0bbb0b794ac0b1c179a993a7bd26489fc1b8497aca05fa797b49f3d9bc71a6ca"
}
},
"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"
}
}
}
}