mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "0.4.0.2",
|
|
"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.4.0.2/hollows_hunter64.zip",
|
|
"hash": "1616812ac67ac3113d4fb065ec51f4bb50b8461ce41a969708c7d9ae17dfb49d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.4.0.2/hollows_hunter32.zip",
|
|
"hash": "81f9e36d9aac860a8cb8e49715e9c70af6c9a52daa619cac86d71f473c959838"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|