From 48e5222faedd9f963c92132c92f5edda37d09090 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:24:17 +0000 Subject: [PATCH] pe-sieve: Update to version 0.3.8 --- 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 e0da8a5aa2..6a9f493fae 100644 --- a/bucket/pe-sieve.json +++ b/bucket/pe-sieve.json @@ -1,16 +1,16 @@ { - "version": "0.3.6", + "version": "0.3.8", "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.6/pe-sieve64.exe#/pe-sieve.exe", - "hash": "c16f12338cfba07f4ed77bbc70389c04382199a1484d25844e8ad96f3c51b2c7" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.8/pe-sieve64.exe#/pe-sieve.exe", + "hash": "a7449aae5b1524a164be79b0cac0cba30b250bf95a3109f1783211d4c4018ec8" }, "32bit": { - "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.6/pe-sieve32.exe#/pe-sieve.exe", - "hash": "0a8f033b250ce49dc6123e4ab9b33cb907c88d2042a35bc71069d478c92545c1" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.8/pe-sieve32.exe#/pe-sieve.exe", + "hash": "149cbdc383eb488fe589065abc70a58079c60b854d46c625abbaa6f385600fed" } }, "bin": "pe-sieve.exe",