ScoopInstaller_Main/bucket/pe-sieve.json
2020-05-18 11:44:04 +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.1",
"architecture": {
"64bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.6.1/pe-sieve64.exe#/pe-sieve.exe",
"hash": "1a4623652004a04d0556d1552eef9c9ad0c6f5602b67fe71b0fe01a989a09d8f"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.6.1/pe-sieve32.exe#/pe-sieve.exe",
"hash": "0e88b4102734cab55047fe96fdad1ab836eea978b89ca5737fa939de9a7cba35"
}
},
"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"
}
}
}