ScoopInstaller_Main/bucket/pe-sieve.json
2021-09-07 09:33:53 -07:00

34 lines
1.3 KiB
JSON

{
"version": "0.3.1",
"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.1/pe-sieve64.exe#/pe-sieve.exe",
"hash": "5800d560ed6ba7c6bffdd71a8c721de4f9dbf1bcd8788f13ab37ce36c4a6ef36"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.1/pe-sieve32.exe#/pe-sieve.exe",
"hash": "2a6071fd9d24d8803fa56bdc56e5843ff25775a87807484d23826af5ae05fbad"
}
},
"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"
}
}
}