pe-sieve: Update to version 0.4.0

This commit is contained in:
github-actions[bot] 2024-12-14 16:29:53 +00:00
parent 4fcb7c37fb
commit 26a5b7a08c

View File

@ -1,16 +1,16 @@
{ {
"version": "0.3.9", "version": "0.4.0",
"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.3.9/pe-sieve64.exe#/pe-sieve.exe", "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.4.0/pe-sieve64.exe#/pe-sieve.exe",
"hash": "17333939639d02e6780524bf1e932bd80243474c464c304ec9ff8a5926eb4ef9" "hash": "5e54cb4f80029808743345c4248850f0bbb5604bee2256ebc0d8cedf1bb25638"
}, },
"32bit": { "32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.9/pe-sieve32.exe#/pe-sieve.exe", "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.4.0/pe-sieve32.exe#/pe-sieve.exe",
"hash": "7dd41de16554abac6fc0c23e30280a2396e7a3a11dbfa8f4a9cb4f4fad6a8f4e" "hash": "83e28c3700012dc73d4a15833c035af88bc8f0110dd462889498d5705cd710ee"
} }
}, },
"bin": "pe-sieve.exe", "bin": "pe-sieve.exe",