mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 03:35:14 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "0.2.8.3",
|
|
"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.2.8.3/pe-sieve64.exe#/pe-sieve.exe",
|
|
"hash": "f1502e11fcd66bdd916774782fb7a1520f30351fece30cce424e9c3df5cf87f4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.8.3/pe-sieve32.exe#/pe-sieve.exe",
|
|
"hash": "b88f1f7c9f407c9f76f0f2bcfc56df8d461bb85c3bf96e78f71199ba587c8084"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|