ScoopInstaller_Main/bucket/hollows-hunter.json
2021-08-11 09:52:00 -07:00

37 lines
1.4 KiB
JSON

{
"version": "0.3.0",
"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.0/hollows_hunter64.zip",
"hash": "2ebb997ea683b6194f5c8075b1c386bd7716e1b4304dccb01ce779c51cba10c0"
},
"32bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.3.0/hollows_hunter32.zip",
"hash": "e24a4107e29afa56375a562ee37ff79b594530e4b58e9b5077cc9f5a630e953b"
}
},
"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"
}
}
}
}