Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade authored Dec 29, 2024
1 parent 5de9274 commit dc48934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ mal_unpack.exe /exe <path_to_the_malware> /timeout <timeout: ms>
```

+ 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`.
Expand Down

0 comments on commit dc48934

Please sign in to comment.