We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65908c0 + d892803 commit 8d82903Copy full SHA for 8d82903
1 file changed
docs/System-Software/Formats/XEX.md
@@ -118,7 +118,7 @@ following:
118
| Offset | Length | Type | Information |
119
| ------ | ------ | ------------ | ---------------------------------------- |
120
| 0x0 | 0x4 | unsigned int | Header ID (see below) |
121
-| 0x4 | 0x8 | unsigned int | Header Data / Offset to data (see below) |
+| 0x4 | 0x4 | unsigned int | Header Data / Offset to data (see below) |
122
123
To handle the data you would first check to see what its size is, to do
124
this you need to AND the Header ID by 0xFF.
0 commit comments