NCA: Difference between revisions
No edit summary |
|||
Line 139: | Line 139: | ||
| 0x28 | | 0x28 | ||
| 0x4 | | 0x4 | ||
| | | Block size in bytes. | ||
|- | |- | ||
| 0x2C | | 0x2C | ||
Line 203: | Line 203: | ||
| 0x0 | | 0x0 | ||
| X | | X | ||
| Table of hashes. | | Table of SHA256 hashes. | ||
|- | |- | ||
| X | | X | ||
Line 215: | Line 215: | ||
This is the FS which has magicnum "PFS0" at header+0. | This is the FS which has magicnum "PFS0" at header+0. | ||
The hash table is hashes for every {Block size from superblock} starting at the PFS0 header. The size used for the last hash is {PFS0 filesystem size from superblock} - offset_relativeto_header. | |||
See also the PFS0 superblock above. |