ScoopInstaller_Main/bucket/pe-sieve.json
2019-08-15 18:00:31 +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.2.2",
"architecture": {
"64bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.2/pe-sieve64.exe#/pe-sieve.exe",
"hash": "fd65e11d23e56369a6f45c8013c61ffe92b47015b23898ed008a736218affefe"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.2/pe-sieve32.exe#/pe-sieve.exe",
"hash": "f8a5588399a5cacea9b9b02d2cdd60c0c8ba945801184ce21980fbc3f6c693c0"
}
},
"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"
}
}
}