ScoopInstaller_Main/bucket/pe-sieve.json
2021-09-12 01:38:32 -07:00

31 lines
1.3 KiB
JSON

{
"version": "0.3.1.3",
"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.3.1.3/pe-sieve64.exe#/pe-sieve.exe",
"hash": "dfab6658443af12e012a5fdbe3f64b9725be764237564cac6939e680b2c4ef9c"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.1.3/pe-sieve32.exe#/pe-sieve.exe",
"hash": "dec8861747b3e438774f7b67709e3696905950c47bc3deefceaf775e54f95585"
}
},
"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"
}
}
}
}