File format specification - maurizuki/O2 GitHub Wiki
File format specification
The O2 file format is made of a fixed-length part, that provides informations about the structure itself of the file, followed by a variable-length part, that is the content of the file.
Offset
Size
Description
0
16
Globally unique identifier (GUID) of the file format: ABBB4FE2-9C21-450E-80B0-469DFD8A8BFC
Content of the file, compressed with the zlib deflate algorithm, then optionally encrypted
Version history
A change of the major version means changes made to the file structure, a change of the minor version means changes made only to the schema of the content of the file.