ScoopInstaller_Main/bucket/hollows-hunter.json
2020-06-15 14:32:41 +02: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.7.1",
"architecture": {
"64bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.2.7.1/hollows_hunter64.zip",
"hash": "a0c4a35203de5408f567d523dfd0dce644bf7f2d05fad27db16ab484d0c9dd1b"
},
"32bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.2.7.1/hollows_hunter32.zip",
"hash": "fe84f09bc034c1fcd6cb8093f17298782cd65c8c36dc9dab3c7834ef07c69ae3"
}
},
"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"
}
}
}
}