Byaml: Difference between revisions

76 bytes removed ,  1 year ago
m
Fix Key/String Table structure
(Minor update for version 10)
m (Fix Key/String Table structure)
 
(One intermediate revision by one other user not shown)
Line 34: Line 34:
|Root data offset (to ByamlContainer)
|Root data offset (to ByamlContainer)
|}
|}
As of version 10 the root data can point to a non-container type, in which the value will be stored directly after the ByamlContainer
=== Byaml Container ===
=== Byaml Container ===
{| class="wikitable"
{| class="wikitable"
Line 163: Line 161:
|-
|-
|0x4
|0x4
|0x4 * ByamlContainer count
|0x4 * ByamlContainer count + 1
|u32
|u32
|String offset array, offsets relative to string table header
|String offset array, offsets relative to string table header (the extra offset is to the end of the last key/string)
|-
|-
|
|