ScoopInstaller_Main/bucket/hollows-hunter.json
2021-06-27 23:29:30 -07:00

37 lines
1.4 KiB
JSON

{
"version": "0.2.9.8",
"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.9.8/hollows_hunter64.zip",
"hash": "a4dc64b9fe4503b03c2a5bca2136296c7390c0838740018953ebe69029528d6b"
},
"32bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.2.9.8/hollows_hunter32.zip",
"hash": "18a10cbf570f0cdeb430ad7ab1c01315fc3bcc985531a4963ad037f156dbcfb7"
}
},
"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"
}
}
}
}