MxCh: Difference between revisions

58 bytes added ,  18 April 2019
no edit summary
No edit summary
No edit summary
Line 7: Line 7:
{{Incomplete}}
{{Incomplete}}


The MxCh header is 20 bytes long and specifies the length of the chunk with other data.
The MxCh header is 22 bytes long and specifies the length of the chunk with other data.


{| class="wikitable"
{| class="wikitable"
Line 15: Line 15:
| "MxCh" || 0 || 4-byte chunk identifier
| "MxCh" || 0 || 4-byte chunk identifier
|-
|-
| Chunk Size || 4 || 4-byte integer
| Chunk Size || 4 || 4-byte integer specifying the size of this chunk minus the first 8 bytes
|-
|-
| ''Unknown'' || 8 || Unknown data
| ''Unknown'' || 8 || Unknown data
|-
|-
| Data || 20 || Arbitrary data no more than "Chunk Size" in bytes
| Data || 22 || Arbitrary data no more than "Chunk Size" in bytes
|}
|}