Titles: Difference between revisions
WulfyStylez (talk | contribs) .cmd files |
|||
Line 249: | Line 249: | ||
|- | |- | ||
| 0x4 | | 0x4 | ||
| | | 0x4 | ||
| | | Number of entries? Usually the same as the following u32. | ||
|- | |||
| 0x8 | |||
| 0x4 | |||
| Number of AESMACs? Usually the same as the preceding u32. | |||
|- | |||
| 0xC | |||
| 0x4 | |||
| Unknown, usually (always?) 1. | |||
|- | |||
| 0x10 | |||
| 0x10 | |||
| AESMAC over contents? | |||
|- | |- | ||
| 0x20 | | 0x20 | ||
| | | 0x4*(No. of entries) | ||
| | | List of contentIDs in (usually) descending order | ||
|- | |||
| 0x20 + 0x4*(No. of entries) | |||
| 0x4*(No. of entries) | |||
| List of contentIDs in (usually) ascending order | |||
|- | |- | ||
| 0x20+0x8*(No. of entries) | | 0x20+0x8*(No. of entries) | ||
| 0x10*(No. of entries) | | 0x10*(No. of entries) | ||
| These are | | These are AESMACs, one for each content. | ||
|} | |} | ||