A packed malware is a malware where code is unreadable because it has been hidden in another exe.
Usually some common packers are used, the most common ones are:
- UPX
- to quickly unpack a malware with UPX, run
upx –d
- to quickly unpack a malware with UPX, run
- MPRESS