From dc4893432cb7ac3a8bea95be4f8b66dd39dc8b64 Mon Sep 17 00:00:00 2001 From: hasherezade Date: Sun, 29 Dec 2024 16:07:27 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 539b667..62709f4 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ mal_unpack.exe /exe /timeout ``` + By default, it dumps implanted PEs. -+ If you want to dump shellcodes, use the option: `/shellc`. ++ If you want to dump shellcodes, use the option: [`/shellc`](https://github.com/hasherezade/pe-sieve/wiki/4.1.-Detect-shellcodes-(shellc)). + If you want to dump modified/hooked/patched PEs, use the option `/hooks`. -+ If you want to automatically reconstruct the dynamic Import Table (or list the imports loaded into the shellcode), use the option `/imp`. ++ If you want to automatically reconstruct the dynamic Import Table (or list the imports loaded into the shellcode), use the option [`/imp`](https://github.com/hasherezade/pe-sieve/wiki/4.3.-Import-table-reconstruction-(imp)). > [!IMPORTANT] > The available arguments are documented on [Wiki](https://github.com/hasherezade/pe-sieve/wiki). They can also be listed using the argument `/help`.