mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "0.3.1.3",
|
|
"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.3.1.3/hollows_hunter64.zip",
|
|
"hash": "cae02e082bbf0e8ab67a392b2739241ac659f2825ded091045e3d8fce5bf97d6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.3.1.3/hollows_hunter32.zip",
|
|
"hash": "6c21bfff3b39ce91a77124d13d3b7b0ee92d3c36e1d7b2088f0a39bc65bd3b94"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|