ScoopInstaller_Main/bucket/pe-sieve.json
2019-05-23 19:01:05 +00:00

34 lines
1.3 KiB
JSON

{
"homepage": "https://hshrzd.wordpress.com/pe-sieve/",
"description": "Scans a given process. Recognizes and dumps a variety of potentially malicious implants (replaced/injected PEs, shellcodes, hooks, in-memory patches).",
"license": "BSD-2-Clause",
"version": "0.1.8",
"architecture": {
"64bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.1.8/pe-sieve64.exe#/pe-sieve.exe",
"hash": "c403ddffeebc0b63f93d00a848c93293da7b2b2ceb012c131088c2a2d331437c"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.1.8/pe-sieve32.exe#/pe-sieve.exe",
"hash": "3983d1b52f49744d7f41b5c35ef50788c6326bc1363083522aefb48a8d304248"
}
},
"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"
}
},
"hash": {
"url": "$url.sha256.txt"
}
}
}