Skip to content

Instantly share code, notes, and snippets.

@tostc
tostc / QBCL.MD
Last active November 10, 2022 18:59
Reverse engineered Qubicle file format

Qubicle's proprietary format QBCL v2.0

Header

Name Type Size in bytes Description
magic string 4 Magic sum of the file(always QBCL)
programVersion uint 4 Version of Qubicle that wrote this file (major, minor, release, build)
fileVersion uint 4 Version of the file format(currently 2.0)