Module: Cabriolet::Binary::LITStructures
- Defined in:
- lib/cabriolet/binary/lit_structures.rb
Overview
Microsoft Reader LIT file format binary structures
NOTE: LIT format specifications are not publicly documented. These structures are based on analysis and reverse engineering. DES-encrypted (DRM-protected) LIT files are not supported.
Defined Under Namespace
Modules: CompressionMethod, EncryptionMethod, FileFlags Classes: EncryptionHeader, LITFileEntry, LITHeader, SectionHeader
Constant Summary collapse
- SIGNATURE =
LIT file signature: “ITOLITLS” or similar variants The actual signature may vary based on LIT version
"ITOLITLS"