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 192d9fa commit 96a077e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ Dynamic unpacker based on [PE-sieve](https://github.com/hasherezade/pe-sieve.git
It deploys a packed malware, waits for it to unpack the payload, dumps the payload, and kills the original process.</b>

📖 Read more on [PE-sieve's Wiki](https://github.com/hasherezade/pe-sieve/wiki/1.-FAQ#pe-sieve-vs-malunpack---what-is-the-difference).
<br/>

**WARNING:** This unpacker deploys the original malware. Use it only on a VirtualMachine.


## Usage

Basic usage:

```console
mal_unpack.exe /exe <path_to_the_malware> /timeout <timeout: ms>
```
Expand All @@ -32,7 +36,7 @@ mal_unpack.exe /exe <path_to_the_malware> /timeout <timeout: ms>

All available arguments are documented on [Wiki](https://github.com/hasherezade/pe-sieve/wiki). They can also be listed using the argument `/help`.

**WARNING:** This unpacker deploys the original malware. Use it only on a VirtualMachine.
## Helpers and utilities

ℹ For the best performance, install [MalUnpackCompanion driver](https://github.com/hasherezade/mal_unpack_drv).

Expand Down

0 comments on commit 96a077e

Please sign in to comment.