pe-sieve: Update to version 0.2.1

This commit is contained in:
Richard Kuhnt 2019-06-17 00:00:39 +00:00
parent 75001e3756
commit f21b2f8efc

View File

@ -2,15 +2,15 @@
"homepage": "https://hshrzd.wordpress.com/pe-sieve/", "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).", "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", "license": "BSD-2-Clause",
"version": "0.2", "version": "0.2.1",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2/pe-sieve64.exe#/pe-sieve.exe", "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.1/pe-sieve64.exe#/pe-sieve.exe",
"hash": "f72dbe36f5fc06bff5c92d10ffa06f75256873378e974814ec3f5d445f1a196a" "hash": "e6896090e70bddc24d23f46620fd7599bb2cdda53de1fc007fd8dca1166b1030"
}, },
"32bit": { "32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2/pe-sieve32.exe#/pe-sieve.exe", "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.1/pe-sieve32.exe#/pe-sieve.exe",
"hash": "6c6f14c7df0e9fa41dbf885632df3e26b6c1c3457b22d986339549eff24ae4a1" "hash": "505560f9dc08b634eaba42018398d16583ca663c43626a223dce40b2db2a7816"
} }
}, },
"bin": "pe-sieve.exe", "bin": "pe-sieve.exe",