summaryrefslogtreecommitdiff
path: root/spec/bsw.fspec
blob: 3714337bc2b1027d2d4fc66e3f650b3624bed554 (plain)
1
2
3
4
5
struct bsw {
   u8 header[4] | matches('CWS\0') str;
   u32 size dec;
   u8 data[until(false)] | compression('zlib', size) hex;
};