ScoopInstaller_Main/bucket/pe-sieve.json
2022-02-11 00:32:52 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.3.4",
"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.4/pe-sieve64.exe#/pe-sieve.exe",
"hash": "2b26bb9f49f024ea0c7258b3a5d2a0975badea05d91fa1061a737b5c2c90d066"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.4/pe-sieve32.exe#/pe-sieve.exe",
"hash": "ddae27c43b05717017c0be5944f8e44f0f91baf06a69a7367f322c78aef1e8e5"
}
},
"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"
}
}
}
}