mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +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.7.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.7.1/pe-sieve64.exe#/pe-sieve.exe",
|
|
"hash": "461677c5b0fda25b6acba2ad95bb543d00873c320e0d33e0d0297e0ef3b887bd"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.7.1/pe-sieve32.exe#/pe-sieve.exe",
|
|
"hash": "e1e4bbdd2ec1c03c822cef59bf0d4c08870ba19622050e54b311a186174482a4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|