Just found a way while tinkering with Linux Zip.
Give the self extractable file is a.exe
:
- run
zip -J a.exe
to discard the preambles(stuff related to the executable itself, not the data). - unzip normaly to a new file, with
gunzip -d <a.exe >unpackedFile