-
Notifications
You must be signed in to change notification settings - Fork 0
GOB
AzazelN28 edited this page May 29, 2020
·
1 revision
GOB files are containers for files of other types.
| Range | Size | Value | Description |
|---|---|---|---|
| 0x00-0x03 | 4 | GOB\xA0 | File signature |
| 0x04-0x07 | 4 | ? | Directory offset |
This directory header can be found at directory offset.
| Range | Size | Value | Description |
|---|---|---|---|
| 0x00-0x03 | 4 | ? | File entry count |
The first directory entry can be found inmediately after file entry count
| Range | Size | Value | Description |
|---|---|---|---|
| 0x00-0x03 | 4 | ? | File entry offset |
| 0x04-0x07 | 4 | ? | File entry size |
| 0x08-0x15 | 13 | ? | File entry name |