From a7168829c129304d726fec62c63166551d6a4cac Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 15 Aug 2019 18:00:31 +0000 Subject: [PATCH] pe-sieve: Update to version 0.2.2 --- 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 dbd1eb726a..5ce631bf7d 100644 --- a/bucket/pe-sieve.json +++ b/bucket/pe-sieve.json @@ -2,15 +2,15 @@ "homepage": "https://hshrzd.wordpress.com/pe-sieve/", "description": "Scans a given process. Recognizes and dumps a variety of potentially malicious implants (replaced/injected PEs, shellcodes, hooks, in-memory patches).", "license": "BSD-2-Clause", - "version": "0.2.1", + "version": "0.2.2", "architecture": { "64bit": { - "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.1/pe-sieve64.exe#/pe-sieve.exe", - "hash": "e6896090e70bddc24d23f46620fd7599bb2cdda53de1fc007fd8dca1166b1030" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.2/pe-sieve64.exe#/pe-sieve.exe", + "hash": "fd65e11d23e56369a6f45c8013c61ffe92b47015b23898ed008a736218affefe" }, "32bit": { - "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.1/pe-sieve32.exe#/pe-sieve.exe", - "hash": "505560f9dc08b634eaba42018398d16583ca663c43626a223dce40b2db2a7816" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.2/pe-sieve32.exe#/pe-sieve.exe", + "hash": "f8a5588399a5cacea9b9b02d2cdd60c0c8ba945801184ce21980fbc3f6c693c0" } }, "bin": "pe-sieve.exe",