pe-sieve: Update to version 0.2.8.5

This commit is contained in:
Jakub Čábera 2020-07-21 08:53:29 +02:00
parent f7fe30f4e1
commit 17e11f8abf

View File

@ -1,16 +1,16 @@
{ {
"version": "0.2.8.3", "version": "0.2.8.5",
"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/", "homepage": "https://hshrzd.wordpress.com/pe-sieve/",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.8.3/pe-sieve64.exe#/pe-sieve.exe", "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.8.5/pe-sieve64.exe#/pe-sieve.exe",
"hash": "f1502e11fcd66bdd916774782fb7a1520f30351fece30cce424e9c3df5cf87f4" "hash": "0a5a214f62e1a408a64df8922e5b435e5188dc614833f1561d34487f3dc55004"
}, },
"32bit": { "32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.8.3/pe-sieve32.exe#/pe-sieve.exe", "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.8.5/pe-sieve32.exe#/pe-sieve.exe",
"hash": "b88f1f7c9f407c9f76f0f2bcfc56df8d461bb85c3bf96e78f71199ba587c8084" "hash": "0d47908c8fe429049dda88cf7a50c5a310c77f970db8a84d1b2af914a047bd2d"
} }
}, },
"bin": "pe-sieve.exe", "bin": "pe-sieve.exe",