pe-sieve: Update to version 0.3.0

This commit is contained in:
Jakub Čábera 2021-08-11 09:52:03 -07:00
parent 853f6db3dc
commit d3e001d672

View File

@ -1,16 +1,16 @@
{
"version": "0.2.9.8",
"version": "0.3.0",
"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",
"architecture": {
"64bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.9.8/pe-sieve64.exe#/pe-sieve.exe",
"hash": "d972f9e0c93c0ed288b2d27aa90facb6636bcd5868106be9d06b3aa793cf557e"
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.0/pe-sieve64.exe#/pe-sieve.exe",
"hash": "11310ad3ad7e348f436074369349f28151e72616ed7245b56463a9670b6d4183"
},
"32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.9.8/pe-sieve32.exe#/pe-sieve.exe",
"hash": "69dadf78167dc02892b768585ec754c33b3bb0a29cedf6d4cfb7dcb04b302df6"
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.0/pe-sieve32.exe#/pe-sieve.exe",
"hash": "d24f0402d1fc2d4a8a4f7bc0ccfb425ac9e996ebb145c25c7e0f1cda4427ece0"
}
},
"bin": "pe-sieve.exe",