ScoopInstaller_Main/bucket/hollows-hunter.json
2020-10-17 11:06:53 +02:00

37 lines
1.4 KiB
JSON

{
"version": "0.2.9",
"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/hollows_hunter64.zip",
"hash": "22dfb26bb9bab931db51fde1ac5d0b102f44358ae16d53cc0eee7eacdbf4d616"
},
"32bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.2.9/hollows_hunter32.zip",
"hash": "779910c7fe2560450153bc08d67098d695f346197435c3560e6736d54e6be17a"
}
},
"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"
}
}
}
}