pe-sieve: Update to version 0.3.1.3

This commit is contained in:
Jakub Čábera 2021-09-12 01:38:32 -07:00
parent 319aa8453e
commit b1a88e125a

View File

@ -1,16 +1,16 @@
{ {
"version": "0.3.1", "version": "0.3.1.3",
"description": "Scans a given process. Recognizes and dumps a variety of potentially malicious implants (replaced/injected PEs, shellcodes, hooks, in-memory patches).", "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/", "homepage": "https://hshrzd.wordpress.com/pe-sieve/",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.1/pe-sieve64.exe#/pe-sieve.exe", "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.1.3/pe-sieve64.exe#/pe-sieve.exe",
"hash": "5800d560ed6ba7c6bffdd71a8c721de4f9dbf1bcd8788f13ab37ce36c4a6ef36" "hash": "dfab6658443af12e012a5fdbe3f64b9725be764237564cac6939e680b2c4ef9c"
}, },
"32bit": { "32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.1/pe-sieve32.exe#/pe-sieve.exe", "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.1.3/pe-sieve32.exe#/pe-sieve.exe",
"hash": "2a6071fd9d24d8803fa56bdc56e5843ff25775a87807484d23826af5ae05fbad" "hash": "dec8861747b3e438774f7b67709e3696905950c47bc3deefceaf775e54f95585"
} }
}, },
"bin": "pe-sieve.exe", "bin": "pe-sieve.exe",
@ -25,9 +25,6 @@
"32bit": { "32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v$version/pe-sieve32.exe#/pe-sieve.exe" "url": "https://github.com/hasherezade/pe-sieve/releases/download/v$version/pe-sieve32.exe#/pe-sieve.exe"
} }
},
"hash": {
"url": "$url.sha256.txt"
} }
} }
} }