Titles: Difference between revisions

3dsguy (talk | contribs)
mNo edit summary
Those /title file paths from the flash filesystem talk page are outdated.
Line 3: Line 3:
'''[[Flash Filesystem|NAND]]:'''
'''[[Flash Filesystem|NAND]]:'''
* nand/title - Title Data
* nand/title - Title Data
* nand/data/<ID>/sysdata - Save Data
* nand/data/<ID0>/sysdata - Save Data


'''[[SD Filesystem|SD Card]]:'''
'''[[SD Filesystem|SD Card]]:'''
* sdmc/Nintendo 3DS/<ID0>/<ID1>/title - Title Data/Save Data
* sdmc/Nintendo 3DS/<ID0>/<ID1>/title - Title Data/Save Data


(where ID0 is the first 0x10-bytes from a SHA256 [[nand/private/movable.sed|hash]])
ID0 is the first 0x10-bytes from a SHA256 [[nand/private/movable.sed|hash]].


Note: While all title data found on the SD Card is encrypted, it is not known whether title data on the NAND has additional encryption.
Note: While all title data found on the SD Card is encrypted, it is not known whether title data on the NAND has additional encryption.
Line 20: Line 20:
  └── <Title ID Low>
  └── <Title ID Low>
     ├── 00000000.ctx
     ├── 00000000.ctx
     ├── XXXXXXXX.app
     └── content
    ├── XXXXXXXX.tmd
        ├── XXXXXXXX.app
    └── cmd
        ├── XXXXXXXX.tmd
        └── XXXXXXXX.cmd
        └── cmd
            └── XXXXXXXX.cmd
   
   
  Save Data:
  Save Data: