ScoopInstaller_Main/bucket/pe-sieve.json
2025-02-02 16:29:01 +00:00

31 lines
1.3 KiB
JSON

{
"version": "0.4.0.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.0.1/pe-sieve64.exe#/pe-sieve.exe",
"hash": "3d2e47df448bf4a940369ff9a35b74b54bdcc16e0d2027717b9f223cdb106c17"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.4.0.1/pe-sieve32.exe#/pe-sieve.exe",
"hash": "89ecd6881d56bbf058de0cca35457113e035e549063a491cdf135cd481635eec"
}
},
"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"
}
}
}
}