ScoopInstaller_Main/bucket/pe-sieve.json
2025-09-13 20:26:08 +00:00

31 lines
1.3 KiB
JSON

{
"version": "0.4.1.1",
"description": "Scans a given process. 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/pe-sieve/releases/download/v0.4.1.1/pe-sieve64.exe#/pe-sieve.exe",
"hash": "9f3ff2884a2c61006cd0a92b7572a815b8dc17012be7747a6abd6ca07c503a3b"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.4.1.1/pe-sieve32.exe#/pe-sieve.exe",
"hash": "ee684b34b37af24d1c1e9ca80ceeee6878cc80bb24c0c3793840c9acf905bd59"
}
},
"bin": "pe-sieve.exe",
"checkver": {
"github": "https://github.com/hasherezade/pe-sieve"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v$version/pe-sieve64.exe#/pe-sieve.exe"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v$version/pe-sieve32.exe#/pe-sieve.exe"
}
}
}
}