SQX
From Just Solve the File Format Problem
(Difference between revisions)
Line 7: | Line 7: | ||
The source code download includes a text file giving file format details. The source code is archived as a .sqx file itself, but fortunately an SQX extractor is also included as a standalone Windows .exe. (Bad luck for users of any non-Windows platform, though.) | The source code download includes a text file giving file format details. The source code is archived as a .sqx file itself, but fortunately an SQX extractor is also included as a standalone Windows .exe. (Bad luck for users of any non-Windows platform, though.) | ||
+ | |||
+ | == Identification == | ||
+ | ASCII "{{magic|-sqx-}}" appears at offset 7. Though this is reminiscent of [[LHA]] compression identifiers, SQX is not closely related to LHA. | ||
== Links == | == Links == |
Revision as of 13:21, 20 September 2020
SQX is an open-source archiver developed by Sven Ritter and SpeedProject.
The source code download includes a text file giving file format details. The source code is archived as a .sqx file itself, but fortunately an SQX extractor is also included as a standalone Windows .exe. (Bad luck for users of any non-Windows platform, though.)
Identification
ASCII "-sqx-
" appears at offset 7. Though this is reminiscent of LHA compression identifiers, SQX is not closely related to LHA.