ScoopInstaller_Main/bucket/hollows-hunter.json
2019-05-23 19:01:05 +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.1",
"architecture": {
"64bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.2.1/hollows_hunter64.zip",
"hash": "b53b7062a945fd3516dbf50835ef10a0778eb3a55f2acdd8f7543ec0bf07c049"
},
"32bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.2.1/hollows_hunter32.zip",
"hash": "4e43288c5a2d4f5806a7605788098d0f65a9eb1825c2ff126397468120e5c4dc"
}
},
"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"
}
}
}
}