cake
/
libg1m
Archived
1
0
Fork 0

Updated G1L format based on Simon Lothar discoveries.

This commit is contained in:
Thomas Touhey 2016-12-15 11:57:46 +01:00
parent cdbe05e4ea
commit a10a6a43a5
1 changed files with 5 additions and 4 deletions

View File

@ -21,11 +21,12 @@ struct g1l_subheader {
/* identifier: is "PowerUSB" on original things */
uint8_t identifier[8];
/* unknown: 0x01 for SimLo, 0x02 for Cake */
uint8_t w0t;
/* OS information (raw binary format), e.g. 0x02,0x09 for 2.09. */
uint8_t os_major;
uint8_t os_minor;
/* unknown : {0x00, 0x00, 0x00} */
uint8_t magic[3];
/* unknown bytes */
uint8_t _unknown[2];
/* message count */
uint16_t message_count;