Filesystem services: Difference between revisions
TimmSkiller (talk | contribs) rework SEEDDB into "SEEDDB and TITLETAG" section |
TimmSkiller (talk | contribs) |
||
Line 1,523: | Line 1,523: | ||
==Anti Savegame Restore Save Data== | ==Anti Savegame Restore Save Data== | ||
The save data used for this feature is stored in [[System_SaveData|System Save Data]] ID 0x00010011 and contains only one file, named <code>DB</code>: | The save data used for this feature is stored in [[System_SaveData|System Save Data]] ID 0x00010011 and contains only one file, named <code>DB</code>: | ||
===Main Structure=== | ===Main Structure=== | ||
Line 1,564: | Line 1,546: | ||
|- | |- | ||
| 0x1D000 || 0x1C000 (8 * 14336) || u64s, Secure values | | 0x1D000 || 0x1C000 (8 * 14336) || u64s, Secure values | ||
|} | |||
===SecureValueKey=== | |||
Depending on which command is used, secure value keys can be interpreted as: | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset !! Size !! Description | |||
|- | |||
| 0x0 || 0x8 || u64, Title ID | |||
|} | |||
or: | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset !! Size !! Description | |||
|- | |||
| 0x0 || 0x4 || u32, [[Filesystem_services#SecureValueSlot|Secure Value Slot]] | |||
|- | |||
| 0x4 || 0x4 || u32, Unique ID | |||
|} | |} | ||