File header
Offset Len Contents
0 4 "SQSH"
4 4 length of data when uncompressed
8 4 load address typically these hold
12 4 exec address filetype and datestamp.
16 4 0 (reserved)
This is followed by compressed data from Squash_Compress, which is currently identical to the output from Unix compress in 12 bit mode. (i.e. remove the 20 byte header and the resulting file can be passed to uncompress or gunzip!)
|
|
|