From b927a320d49e03c4c394fef6ef6e76e5691ca8c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 00:36:47 +0000 Subject: [PATCH] pe-sieve: Update to version 0.4.1 --- bucket/pe-sieve.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/pe-sieve.json b/bucket/pe-sieve.json index 8cfc0e70f8..b3ee55e880 100644 --- a/bucket/pe-sieve.json +++ b/bucket/pe-sieve.json @@ -1,16 +1,16 @@ { - "version": "0.4.0.1", + "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.0.1/pe-sieve64.exe#/pe-sieve.exe", - "hash": "3d2e47df448bf4a940369ff9a35b74b54bdcc16e0d2027717b9f223cdb106c17" + "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.0.1/pe-sieve32.exe#/pe-sieve.exe", - "hash": "89ecd6881d56bbf058de0cca35457113e035e549063a491cdf135cd481635eec" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.4.1/pe-sieve32.exe#/pe-sieve.exe", + "hash": "fc5c09014d021961d041142c9316ed9b0aacabdd31f63a4b0cc61e816c17358e" } }, "bin": "pe-sieve.exe",