LGLZ
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |subcat2=Executable compression |released=1996 }} '''LGLZ''' is an executable compression utility for DOS, developed by...") |
Revision as of 16:38, 2 April 2022
LGLZ is an executable compression utility for DOS, developed by George Lyapko. It compresses EXE and COM formats.
The software has a -x option, to decompress a compressed file.
Contents |
Format details
LGLZ has some options that may significantly affect the compressed file, including:
-0 - compression method 0
-1 - compression method 1
-f - Use the fast self-extracting module
-u - Create a compressed file, which is unextractable
(by this program)
The documentation mentions DIET as an inspiration. LGLZ's compressed files do seem to have some similarity to DIET's.
Identification
EXE: LGLZ-compressed EXE files are observed to have ASCII "LGL" at offset 28.
COM: (TODO)