UPX is a very simple packing tool for windows and linux systems.
Unpacking
Get the UPX tool.
sudo pacman -S upx
and then run
upx -d filename
to unpack a file.
Let Ghidra do the heavy lifting afterwards
UPX is a very simple packing tool for windows and linux systems.
Get the UPX tool.
sudo pacman -S upx
and then run
upx -d filename
to unpack a file.
Let Ghidra do the heavy lifting afterwards