Expand description
File header for the .acb binary format.
The header is exactly 128 bytes and appears at the start of every .acb file.
It contains magic bytes, version, section offsets, and metadata.
Structs§
- File
Header - Header of an
.acbfile. Fixed size: 128 bytes.
Constants§
- HEADER_
SIZE - The size of the file header in bytes.