CHM
From Just Solve the File Format Problem
(Difference between revisions)
(Added sample files and archmage software link) |
MihaiPopa7 (Talk | contribs) |
||
(One intermediate revision by one user not shown) | |||
Line 12: | Line 12: | ||
[[Microsoft Help 2]] was intended as a successor, but never saw much use. | [[Microsoft Help 2]] was intended as a successor, but never saw much use. | ||
+ | |||
+ | == Identification == | ||
+ | Files start with hex {{magic|49 54 53 46 03 00 00 00}}, which the first four bytes is ASCII "ITSF", for Info-Tech Storage Format, the generic data file format by Microsoft. | ||
== Format description == | == Format description == | ||
Line 26: | Line 29: | ||
== Sample files == | == Sample files == | ||
− | * | + | * {{DexvertSamples|document/chm}} |
== Links and references == | == Links and references == |
Latest revision as of 02:50, 30 June 2024
CHM (Compiled HTML Help), AKA Microsoft Help 1, is a Microsoft format for help files. While it is proprietary, it has been reverse engineered, and many software applications can read it.
It is a compressed binary file format, including content in HTML as well as other related data.
Microsoft Help 2 was intended as a successor, but never saw much use.
Contents |
[edit] Identification
Files start with hex 49 54 53 46 03 00 00 00
, which the first four bytes is ASCII "ITSF", for Info-Tech Storage Format, the generic data file format by Microsoft.