Skip to main content

Module header

Module header 

Source
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§

FileHeader
Header of an .acb file. Fixed size: 128 bytes.

Constants§

HEADER_SIZE
The size of the file header in bytes.