ScoopInstaller_Main/bucket/hollows-hunter.json
2021-04-30 20:14:48 +02:00

37 lines
1.4 KiB
JSON

{
"version": "0.2.9.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.2.9.5/hollows_hunter64.zip",
"hash": "8ee74a5b805fc27a8092afa1bbcf62490dd007cb5ca1bc6ca01fccd01cd7feaa"
},
"32bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.2.9.5/hollows_hunter32.zip",
"hash": "866d8d5af27064c9ce4b37fe9daa7cdd81b516ca97b9e51aee36ac4950a45f53"
}
},
"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"
}
}
}
}