mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-21 06:41:22 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "0.3.0",
|
|
"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.0/pe-sieve64.exe#/pe-sieve.exe",
|
|
"hash": "11310ad3ad7e348f436074369349f28151e72616ed7245b56463a9670b6d4183"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.0/pe-sieve32.exe#/pe-sieve.exe",
|
|
"hash": "d24f0402d1fc2d4a8a4f7bc0ccfb425ac9e996ebb145c25c7e0f1cda4427ece0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|