Hyper archive
From Just Solve the File Format Problem
(Difference between revisions)
Line 9: | Line 9: | ||
== Identification == | == Identification == | ||
A HYP file begins with bytes {{magic|1a 48 50}} (if the first member file was compressible), or {{magic|1a 53 54}} (if not). | A HYP file begins with bytes {{magic|1a 48 50}} (if the first member file was compressible), or {{magic|1a 53 54}} (if not). | ||
+ | |||
+ | == Self-extracting archives == | ||
+ | Self-extracting HYP archives in [[MS-DOS EXE|EXE]] format are supported. They are constructed manually, by appending a .HYP file to a copy of the main HYPER.EXE file. In such a file, the archive data is embedded in the ''overlay'' segment (refer to [[MS-DOS EXE#Special file positions]]). | ||
== Specifications == | == Specifications == | ||
Line 17: | Line 20: | ||
* {{CdTextfiles|phoenix2/01d/hyper25.zip|Hyper v2.5}} (English) | * {{CdTextfiles|phoenix2/01d/hyper25.zip|Hyper v2.5}} (English) | ||
* {{CdTextfiles|pdos9606/ARCHIVER/TOOLS/HYPER2_6.ZIP|Hyper v2.6}} (German) | * {{CdTextfiles|pdos9606/ARCHIVER/TOOLS/HYPER2_6.ZIP|Hyper v2.6}} (German) | ||
+ | * Hyper v2.7 (German): [https://archive.org/details/kultcds_304 CD Direkt 1995 03] → CDD/DIREKT/WIN/SF_PRG_2/INSTALL/HYPER.EXE | ||
+ | |||
+ | Hyper v2.7 (assuming it's legitimate) has only been found as a bare executable file, possibly only as a component of something called ''SF Install''. | ||
== Links == | == Links == | ||
* [https://books.google.com/books?id=tSLe3yMjc-AC&lpg=PP1&pg=PT315 Information from a PC Magazine article] (Oct 15 1991, p. 316) | * [https://books.google.com/books?id=tSLe3yMjc-AC&lpg=PP1&pg=PT315 Information from a PC Magazine article] (Oct 15 1991, p. 316) |
Revision as of 13:22, 8 March 2023
Hyper archive (HYP) is a compressed archive format associated with an MS-DOS utility named Hyper. The utility was developed by K. P. Nischke and P. Sawatzki, and distributed as shareware.
Contents |
Identification
A HYP file begins with bytes 1a 48 50
(if the first member file was compressible), or 1a 53 54
(if not).
Self-extracting archives
Self-extracting HYP archives in EXE format are supported. They are constructed manually, by appending a .HYP file to a copy of the main HYPER.EXE file. In such a file, the archive data is embedded in the overlay segment (refer to MS-DOS EXE#Special file positions).
Specifications
- Format info from Corion.net and FileFormats.Info
- There is some format information in the HYPER.REF/HYPER.DOC file included in the distribution.
Software
- Hyper v2.5 (English)
- Hyper v2.6 (German)
- Hyper v2.7 (German): CD Direkt 1995 03 → CDD/DIREKT/WIN/SF_PRG_2/INSTALL/HYPER.EXE
Hyper v2.7 (assuming it's legitimate) has only been found as a bare executable file, possibly only as a component of something called SF Install.
Links
- Information from a PC Magazine article (Oct 15 1991, p. 316)