ScoopInstaller_Main/bucket/pe-sieve.json
2022-01-24 00:31:58 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.3.3",
"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.3.3/pe-sieve64.exe#/pe-sieve.exe",
"hash": "bd67fa3184fa8c586c9252240c0d21d29623659fcaeb430f8380209b1926bc8c"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.3/pe-sieve32.exe#/pe-sieve.exe",
"hash": "1c851bab95f9e0a53b6b76f85d21198ff6ff2eaf49812c7b870436a10edc90d8"
}
},
"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"
}
}
}
}