ScoopInstaller_Main/bucket/pe-sieve.json
2020-10-17 11:06:53 +02:00

34 lines
1.3 KiB
JSON

{
"version": "0.2.9",
"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/pe-sieve64.exe#/pe-sieve.exe",
"hash": "739456fdd4ef80e96fc874aa2a05c24b774c98147f6872adfb6c004c98d4e8c8"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.9/pe-sieve32.exe#/pe-sieve.exe",
"hash": "f64b700009c2e59d2c4655dc1f571af9fdb092c5e2fbe1d98d0522277077089c"
}
},
"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"
}
}
}