ScoopInstaller_Main/bucket/pe-sieve.json
2021-04-30 20:14:48 +02:00

34 lines
1.3 KiB
JSON

{
"version": "0.2.9.5",
"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.2.9.5/pe-sieve64.exe#/pe-sieve.exe",
"hash": "eeaa19d1cde83f5301b216160c0c7a87b92c28fedad1d08a28c301c0d9c7d408"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.9.5/pe-sieve32.exe#/pe-sieve.exe",
"hash": "9b09191e9f48bf2900838182f876303f4e137059c99c85d469e27e00b0d5975f"
}
},
"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"
}
}
}