By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
→Partitions: additional info on the partition's DIFI/IVFC/DPFS structures...
Line 214:
Line 214:
|-
|-
| 0x04
| 0x04
−
| 0x5D
+
| 0x54
| Unknown
| Unknown
+
|-
+
| 0x58
+
| 8
+
| Hash Table Length
|-
|-
| 0x60
| 0x60
| 8
| 8
−
| Hash Table Length
+
| Partition Length
|-
|-
| 0x68
| 0x68
| 8
| 8
+
| Hashed Block Length (1 << Value)
+
|-
+
| 0x70
+
| 8
+
| Unknown (usually 0x78=120)
+
|-
+
|}
+
+
'''DPFS'''
+
+
{| class="wikitable"
+
|-
+
! Start
+
! Length
+
! Description
+
|-
+
| 0x00
+
| 4
+
| Magic ("DPFS")
+
|-
+
| 0x04
+
| 0x3C
| Unknown
| Unknown
|-
|-
−
| 0x70
+
| 0x40
+
| 8
+
| Offset To Next Partition (or to the end of this partiton)
+
|-
+
| 0x48
| 8
| 8
−
| Partition Length
+
| Unknown
|-
|-
|}
|}
+
+
* The u64 at 0x40 is an offset because if you summarize the hashtable's length and the partition's length you'll get sometimes less then this value. so it isn't the length of the total partition but an offset.