pe-sieve: Update to version 0.4.1

This commit is contained in:
github-actions[bot] 2025-02-10 00:36:47 +00:00
parent 0d68e0acb0
commit b927a320d4

View File

@ -1,16 +1,16 @@
{ {
"version": "0.4.0.1", "version": "0.4.1",
"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.4.0.1/pe-sieve64.exe#/pe-sieve.exe", "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.4.1/pe-sieve64.exe#/pe-sieve.exe",
"hash": "3d2e47df448bf4a940369ff9a35b74b54bdcc16e0d2027717b9f223cdb106c17" "hash": "3fb0b6c407dff0fcfedc78e1cbadb936b46c7732a44bcfad5b6cc57c318c4e43"
}, },
"32bit": { "32bit": {
"url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.4.0.1/pe-sieve32.exe#/pe-sieve.exe", "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.4.1/pe-sieve32.exe#/pe-sieve.exe",
"hash": "89ecd6881d56bbf058de0cca35457113e035e549063a491cdf135cd481635eec" "hash": "fc5c09014d021961d041142c9316ed9b0aacabdd31f63a4b0cc61e816c17358e"
} }
}, },
"bin": "pe-sieve.exe", "bin": "pe-sieve.exe",