Cruncher
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |subcat2=Executable compression |released=1989 }} '''Cruncher''' is an executable compression utility for DOS, develope...") |
Latest revision as of 15:14, 4 August 2023
Cruncher is an executable compression utility for DOS, developed by Ori Berger. It compresses EXE files (to EXE), and COM files (converting them to EXE).
The documentation implies that it uses LZW compression.
[edit] Identification
Based on limited testing, files compressed by v1.0 have the ASCII signature "CRUNCH
" at offset 771. Or maybe a better rule would be that the signature starts 18 bytes before the entry point (refer to MS-DOS EXE#Special file positions).