ScoopInstaller_Main/bucket/pe-sieve.json
2023-05-15 00:35:02 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.3.6",
"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.6/pe-sieve64.exe#/pe-sieve.exe",
"hash": "c16f12338cfba07f4ed77bbc70389c04382199a1484d25844e8ad96f3c51b2c7"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.6/pe-sieve32.exe#/pe-sieve.exe",
"hash": "0a8f033b250ce49dc6123e4ab9b33cb907c88d2042a35bc71069d478c92545c1"
}
},
"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"
}
}
}
}