pe-sieve: Update to version 0.2.3

This commit is contained in:
Richard Kuhnt 2019-10-18 23:00:26 +00:00
parent 8c5534024b
commit 6c4e9d1ea2

View File

@ -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.2",
"version": "0.2.3",
"architecture": {
"64bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.2/pe-sieve64.exe#/pe-sieve.exe",
"hash": "fd65e11d23e56369a6f45c8013c61ffe92b47015b23898ed008a736218affefe"
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.3/pe-sieve64.exe#/pe-sieve.exe",
"hash": "e423e68527019d0cce76f19719353037af1abf3cb6ff9ccb846be190fc6f799d"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.2/pe-sieve32.exe#/pe-sieve.exe",
"hash": "f8a5588399a5cacea9b9b02d2cdd60c0c8ba945801184ce21980fbc3f6c693c0"
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.3/pe-sieve32.exe#/pe-sieve.exe",
"hash": "07b0e9c91048a3bfa186c0cf366932738ead11596b2901493b472fac97c451ba"
}
},
"bin": "pe-sieve.exe",