ScoopInstaller_Main/bucket/pe-sieve.json
2020-04-15 09:19:44 +02: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.6",
"architecture": {
"64bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.6/pe-sieve64.exe#/pe-sieve.exe",
"hash": "3b5cb101a664fccbaf0cbb09e96d98c938d65b95a8315192937e278866b6d37a"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.6/pe-sieve32.exe#/pe-sieve.exe",
"hash": "d66a9e81c44f3afc3ef501d4fe8ac0998feb73eb1fbede0de596a2842a216256"
}
},
"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"
}
}
}