pe-sieve: Update to version 0.2.9.5

This commit is contained in:
Jakub Čábera 2021-04-30 20:14:48 +02:00
parent 3cebaaa8db
commit 5fc2c9efe5

View File

@ -1,16 +1,16 @@
{ {
"version": "0.2.9", "version": "0.2.9.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.9/pe-sieve64.exe#/pe-sieve.exe", "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.9.5/pe-sieve64.exe#/pe-sieve.exe",
"hash": "739456fdd4ef80e96fc874aa2a05c24b774c98147f6872adfb6c004c98d4e8c8" "hash": "eeaa19d1cde83f5301b216160c0c7a87b92c28fedad1d08a28c301c0d9c7d408"
}, },
"32bit": { "32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.9/pe-sieve32.exe#/pe-sieve.exe", "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.9.5/pe-sieve32.exe#/pe-sieve.exe",
"hash": "f64b700009c2e59d2c4655dc1f571af9fdb092c5e2fbe1d98d0522277077089c" "hash": "9b09191e9f48bf2900838182f876303f4e137059c99c85d469e27e00b0d5975f"
} }
}, },
"bin": "pe-sieve.exe", "bin": "pe-sieve.exe",