ScoopInstaller_Main/bucket/pe-sieve.json
2019-12-30 20:00:26 +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.4",
"architecture": {
"64bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.4/pe-sieve64.exe#/pe-sieve.exe",
"hash": "df769f5be8a2d0d7ea2db7673180ed1018ec45d756fcfd78f96d1b9cb7ca820e"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.4/pe-sieve32.exe#/pe-sieve.exe",
"hash": "d8681082f3e0352cefa042aecf2213d2830b7259b29b2a5dc275e1121ebc4797"
}
},
"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"
}
}
}