ScoopInstaller_Main/bucket/pe-sieve.json
2024-02-25 00:33:49 +00:00

31 lines
1.2 KiB
JSON

{
"version": "0.3.9",
"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.9/pe-sieve64.exe#/pe-sieve.exe",
"hash": "17333939639d02e6780524bf1e932bd80243474c464c304ec9ff8a5926eb4ef9"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.9/pe-sieve32.exe#/pe-sieve.exe",
"hash": "7dd41de16554abac6fc0c23e30280a2396e7a3a11dbfa8f4a9cb4f4fad6a8f4e"
}
},
"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"
}
}
}
}