CAR (MylesHi!)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|car}} |released=1996 }} '''CAR''' is a compressed archive utility, and associated file format, develope...") |
m (→Software) |
||
Line 21: | Line 21: | ||
== Software == | == Software == | ||
− | * [https://www.sac.sk/download/pack/car150.zip CAR v1.50] | + | * [https://www.sac.sk/download/pack/car150.zip CAR v1.50] (DOS software) |
Revision as of 12:59, 12 August 2020
CAR is a compressed archive utility, and associated file format, developed by MylesHi! Software / Chris Campbell.
Identification
This applies to the CAR files produced by version 1.50, which was the first release, and the only one we know of.
CAR format is very similar to LHA format, but it has the header fields in a different order, making it completely incompatible. Unfortunately, there appears to be no simple way to distinguish the formats.
For CAR format:
- ASCII "
-lh5-
" or "-lh0-
" appears at offset 2 - {the byte value at offset 0} = {the byte value at offset 15} + 25
- bytes
0x20 0x00 0x00
appear at offset {{the byte value at offset 15} + 24}
Specifications
- car150.zip → CAR.DOC → Appendix G -- CAR technical information
Software
- CAR v1.50 (DOS software)