DitPack
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |released=2000? }} '''DitPack''' is a simple file compression utility and format. It is credited to "Disoft". It doesn...") |
Latest revision as of 17:59, 14 October 2023
DitPack is a simple file compression utility and format. It is credited to "Disoft".
It doesn't use a standard filename extension.
[edit] Identification
A compressed file starts with byte value 0x9e
. After that is a 4-byte field for the original file size, big-endian byte order, so the second byte of the file is usually 0x00
.
[edit] Software
- DitPack v1.0 (DOS binary + source code)