ScoopInstaller_Main/bucket/hollows-hunter.json
2019-08-15 18:00:31 +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.2.6",
"architecture": {
"64bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.2.2.6/hollows_hunter64.zip",
"hash": "052f90443cb5f807c92cc1316d6aa3af19ef24562de623a8b340c77b655aff56"
},
"32bit": {
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.2.2.6/hollows_hunter32.zip",
"hash": "a0b99e9ab7de7625da797341343816369c4ed6cd5ebdc48be251192fd16479f8"
}
},
"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"
}
}
}
}