mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-04 06:54:26 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "0.4.0",
|
|
"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/hollows_hunter64.zip",
|
|
"hash": "a7267844674184319047b4874fe283535f623ee2d18dfb2704c541c7cdd7712d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hasherezade/hollows_hunter/releases/download/v0.4.0/hollows_hunter32.zip",
|
|
"hash": "42773616f35e29929ece409e65a6706f78e7619c755d33dd2a9f25713d4b172b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|