Skip to content

Instantly share code, notes, and snippets.

View Erick194's full-sized avatar

Erick Vásquez García Erick194

View GitHub Profile

Specification of *.BAR resource archive format from BREW 3.1.x

Everything is little-endian

Header:

struct bar_header_t {
    uint8_t file_type; // always 0x11
    uint8_t padding; // zero byte for alignment