mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 05:01:19 +00:00
34 lines
1.3 KiB
JSON
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.5",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.5/pe-sieve64.exe#/pe-sieve.exe",
|
|
"hash": "e2044e45fcd3d7add1396dd9f9bbf366283fc8b499d696ef892a32fa6198dcd8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.5/pe-sieve32.exe#/pe-sieve.exe",
|
|
"hash": "4ff207e24250198b3d95b999465f66329f0d24747d07ec3f75f3afd2b5d7e931"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|