mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "0.4.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.4.1/pe-sieve64.exe#/pe-sieve.exe",
|
|
"hash": "3fb0b6c407dff0fcfedc78e1cbadb936b46c7732a44bcfad5b6cc57c318c4e43"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.4.1/pe-sieve32.exe#/pe-sieve.exe",
|
|
"hash": "fc5c09014d021961d041142c9316ed9b0aacabdd31f63a4b0cc61e816c17358e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|