pe-sieve: Update to version 0.2.8

This commit is contained in:
Jakub Čábera 2020-07-13 11:17:31 +02:00
parent 90efb8a20d
commit bedffda66d

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://hshrzd.wordpress.com/pe-sieve/", "version": "0.2.8",
"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/",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"version": "0.2.7.1",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.7.1/pe-sieve64.exe#/pe-sieve.exe", "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.8/pe-sieve64.exe#/pe-sieve.exe",
"hash": "461677c5b0fda25b6acba2ad95bb543d00873c320e0d33e0d0297e0ef3b887bd" "hash": "83684a6405510c404de181796531a6690e4274d91965b5ea8019299644c1f13d"
}, },
"32bit": { "32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.7.1/pe-sieve32.exe#/pe-sieve.exe", "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.8/pe-sieve32.exe#/pe-sieve.exe",
"hash": "e1e4bbdd2ec1c03c822cef59bf0d4c08870ba19622050e54b311a186174482a4" "hash": "38070d8d187296670e39e49c492a40da7f6f3386c2f2d5528014b1b328036c28"
} }
}, },
"bin": "pe-sieve.exe", "bin": "pe-sieve.exe",