handbook/tools/5.Malware-Analysis/Tools/3.Decode-Malware-Package.md
2024-08-31 03:03:39 +02:00

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