Skip to content

Commit 8d82903

Browse files
Merge pull request #63 from Deterous/master
Fix XEX OptionalHeader definition
2 parents 65908c0 + d892803 commit 8d82903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/System-Software/Formats

docs/System-Software/Formats/XEX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ following:
118118
| Offset | Length | Type | Information |
119119
| ------ | ------ | ------------ | ---------------------------------------- |
120120
| 0x0 | 0x4 | unsigned int | Header ID (see below) |
121-
| 0x4 | 0x8 | unsigned int | Header Data / Offset to data (see below) |
121+
| 0x4 | 0x4 | unsigned int | Header Data / Offset to data (see below) |
122122

123123
To handle the data you would first check to see what its size is, to do
124124
this you need to AND the Header ID by 0xFF.

0 commit comments

Comments
 (0)