HIT (compressed archive)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|hit}} |released=≤1995 }} '''HIT''' is a compressed archive utility for DOS, and its associated file f...") |
|||
Line 21: | Line 21: | ||
== Software == | == Software == | ||
* [{{SACFTPURL|pack|hit.arj}} HIT v2.10] | * [{{SACFTPURL|pack|hit.arj}} HIT v2.10] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/hitArchive}} |
Latest revision as of 17:37, 10 June 2024
HIT is a compressed archive utility for DOS, and its associated file format. It was developed by Bogdan Ureche.
Contents |
[edit] Format details
A HIT file consists of a two-byte archive signature, followed by a sequence of member file segments.
Each member segment starts with a header. A member header starts with a two-byte field giving the header size, followed by a 1-byte checksum field. The checksum is derived from all bytes in the header except the checksum field.
[edit] Identification
Files start with a two-byte signature: ASCII "UB
".
The byte at offset 3 is almost certain to be 0x00
, though that's not strictly required.
Validating the first header checksum would also help to identify the format.