ScoopInstaller_Main/bucket/pe-sieve.json
2020-06-15 14:32:41 +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.7.1",
"architecture": {
"64bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.7.1/pe-sieve64.exe#/pe-sieve.exe",
"hash": "461677c5b0fda25b6acba2ad95bb543d00873c320e0d33e0d0297e0ef3b887bd"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.7.1/pe-sieve32.exe#/pe-sieve.exe",
"hash": "e1e4bbdd2ec1c03c822cef59bf0d4c08870ba19622050e54b311a186174482a4"
}
},
"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"
}
}
}