pe-sieve: Update to version 0.4.0.1

This commit is contained in:
github-actions[bot] 2025-02-02 16:29:01 +00:00
parent cd622352cc
commit 71c4f2c18f

View File

@ -1,16 +1,16 @@
{ {
"version": "0.4.0", "version": "0.4.0.1",
"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.4.0/pe-sieve64.exe#/pe-sieve.exe", "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.4.0.1/pe-sieve64.exe#/pe-sieve.exe",
"hash": "5e54cb4f80029808743345c4248850f0bbb5604bee2256ebc0d8cedf1bb25638" "hash": "3d2e47df448bf4a940369ff9a35b74b54bdcc16e0d2027717b9f223cdb106c17"
}, },
"32bit": { "32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.4.0/pe-sieve32.exe#/pe-sieve.exe", "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.4.0.1/pe-sieve32.exe#/pe-sieve.exe",
"hash": "83e28c3700012dc73d4a15833c035af88bc8f0110dd462889498d5705cd710ee" "hash": "89ecd6881d56bbf058de0cca35457113e035e549063a491cdf135cd481635eec"
} }
}, },
"bin": "pe-sieve.exe", "bin": "pe-sieve.exe",