Changes

Jump to navigation Jump to search
61 bytes removed ,  05:07, 9 June 2019
→‎Data Structure: clarify and fix up offset and size for cmd format table
Line 250: Line 250:  
| 0x4
 
| 0x4
 
| 0x4
 
| 0x4
| Number of AES-CMACs and Content IDs in the first list. The method to determine this is explained below.
+
| Number of AES-CMACs and Content IDs in the first list (X). The method to determine this is explained below.
 
|-
 
|-
 
| 0x8
 
| 0x8
 
| 0x4
 
| 0x4
| Number of Content IDs in the second list
+
| Number of Content IDs in the second list (Y)
 
|-
 
|-
 
| 0xC
 
| 0xC
Line 265: Line 265:  
|-
 
|-
 
| 0x20
 
| 0x20
| 0x4 * (No. of entries)
+
| 0x4 * X
 
| List of installed Content IDs in order of Content Index, with missing contents replaced with 0xFFFFFFFF
 
| List of installed Content IDs in order of Content Index, with missing contents replaced with 0xFFFFFFFF
 
|-
 
|-
| 0x20 + 0x4 * (No. of entries)
+
| 0x20 + 0x4 * X
| 0x4 * (No. of entries)
+
| 0x4 * Y
 
| List of installed Content IDs in order of ID name
 
| List of installed Content IDs in order of ID name
 
|-
 
|-
| 0x20 + 0x8 * (No. of entries)
+
| 0x20 + 0x4 * (X + Y)
| 0x10 * (No. of entries)
+
| 0x10 * X
 
| AES-CMACs for each content in the first list, generated using the process below
 
| AES-CMACs for each content in the first list, generated using the process below
 
|}
 
|}
46

edits

Navigation menu