handbook/tools/5.Malware-Analysis/Tools/3.Decode-Malware-Package.md

8 lines
178 B
Markdown
Raw Normal View History

2024-08-31 01:03:39 +00:00
## 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