DIET (compression)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |thiscat=Executable compression |released=1991 }} '''DIET''' is an executable compression and file compression utility ...") |
|||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Compression | |subcat=Compression | ||
− | | | + | |subcat2=Executable compression |
|released=1991 | |released=1991 | ||
}} | }} |
Revision as of 14:49, 15 September 2019
DIET is an executable compression and file compression utility for DOS, developed by Teddy Matsumoto. It does executable compression of EXE and COM files.
It can also compress arbitrary data files. Such files can be transparently decompressed by DIET's TSR utility.
Both types of files can be decompressed using the -ra
option.
Identification
Compressed data files apparently start with bytes b4 4c cd 21 9d 89 64 6c 7a
.
EXE files most likely have ASCII "diet
" at offset 28.