ScoopInstaller_Main/bucket/hollows-hunter.json
2019-12-30 20:00:25 +00:00

37 lines
1.4 KiB
JSON

{
"homepage": "https://hshrzd.wordpress.com/pe-sieve/",
"description": "Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/injected PEs, shellcodes, hooks, in-memory patches).",
"license": "BSD-2-Clause",
"version": "0.2.4",
"architecture": {
"64bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.2.4/hollows_hunter64.zip",
"hash": "cb4f3204fd5028666313982ee144df4e03396dcb5e6dcdbec836cc9506ed477c"
},
"32bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.2.4/hollows_hunter32.zip",
"hash": "b95e7088921e8d0fd5dc2e806d0d640da7a01e2f235f05b735d1340a93b51658"
}
},
"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"
}
}
}
}