8 lines
178 B
Markdown
8 lines
178 B
Markdown
|
## Commands
|
||
|
|
||
|
```cmd
|
||
|
upx -d mysterygift
|
||
|
```
|
||
|
|
||
|
- Simply run the encoder/decoder that the walware is encoded with and decode the file
|
||
|
- In this case we are using upx encoder/decoder
|