Difference between revisions of "SD:/private/wii/loc.dat"
< SD:
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
| Padded with 0s. | | Padded with 0s. | ||
|} | |} | ||
+ | |||
+ | === Creating The File === |
Revision as of 04:24, 30 March 2009
Layout
The general layout of this file is as follows.
Offset | Length | Description |
---|---|---|
0x0 | 0x4 | Header "sdal" |
0x4 | 0x10 | File MD5 Sum (padded with MD5-blanker before hash calculation) |
0x14 | 0x3C0 | Channel TitleID corresponding to slots 1-240 on the SDMenu. (Each slot is 4 bytes. Empty slot indicated by 0x00000000.) |
0x3D4 | 0xC | Padded with 0s. |