CRUSH
m |
m (→Identification) |
||
Line 16: | Line 16: | ||
== Identification == | == Identification == | ||
− | Files | + | Files start with ASCII "{{magic|CRUSH v}}", and apparently have {{magic|0x0a 0x1a 0x00}} at offset 10. |
The 4-byte integer at offset 22 has value 26 ({{magic|1a 00 00 00}}) for CRI, or a larger value for CRU. | The 4-byte integer at offset 22 has value 26 ({{magic|1a 00 00 00}}) for CRI, or a larger value for CRU. |
Revision as of 19:08, 18 June 2020
CRUSH is an archiving utility for DOS. It was developed by Jeff Rollason and PocketWare, and distributed as shareware.
Contents |
Disambiguation
Not related to the "crushed" compression used by PAK (ARC extension).
Discussion
CRUSH writes files to its native uncompressed .CRU archive format, then uses an external compression program, such as PKZIP, to compress the CRU file. The theory is that a single large file usually compresses better than multiple small files. CRUSH tries to order the files so as to optimize the compression ratio.
CRUSH can optionally create and use an index file (.CRI), outside of the compressed archive.
Identification
Files start with ASCII "CRUSH v
", and apparently have 0x0a 0x1a 0x00
at offset 10.
The 4-byte integer at offset 22 has value 26 (1a 00 00 00
) for CRI, or a larger value for CRU.
Specifications
- CRUSH18.ZIP → MANUAL.DOC, "Technical Details" section
Sofware
- CRUSH (DOS software)
- v1.0
- Best of Walnut Creek CD ROM (April 1995) → DISCS/SIMTEL/CRUSH11.ZIP - v1.1
- v1.3
- v1.8