Difference between revisions of "AMPXI:WriteTWLSavedata"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) m |
|||
Line 8: | Line 8: | ||
| Header code [0x00460182] | | Header code [0x00460182] | ||
|- | |- | ||
− | | 1 | + | | 1-2 |
− | + | | u64, TWL Title ID | |
− | |||
− | |||
− | | TWL | ||
|- | |- | ||
| 3 | | 3 | ||
− | | Input | + | | Input size |
|- | |- | ||
| 4 | | 4 | ||
− | | | + | | NAND save-image file offset |
|- | |- | ||
| 5 | | 5 | ||
− | | u8, | + | | u8, Section type (5 = "public.new", 6 = ?, 7 = ?) |
|- | |- | ||
| 6 | | 6 | ||
− | | u8 [[AM:ImportDSiWare|Operation]] | + | | u8, [[AM:ImportDSiWare|Operation]] |
|- | |- | ||
| 7 | | 7 | ||
− | | (Size<<8) <nowiki>|</nowiki> 6 | + | | (Size << 8) <nowiki>|</nowiki> 6 |
|- | |- | ||
| 8 | | 8 | ||
− | | | + | | Input pointer |
|} | |} | ||
Line 40: | Line 37: | ||
|- | |- | ||
| 0 | | 0 | ||
− | | Header code | + | | Header code [0x00460040] |
|- | |- | ||
| 1 | | 1 |
Revision as of 02:00, 10 January 2016
Request
Index Word | Description |
---|---|
0 | Header code [0x00460182] |
1-2 | u64, TWL Title ID |
3 | Input size |
4 | NAND save-image file offset |
5 | u8, Section type (5 = "public.new", 6 = ?, 7 = ?) |
6 | u8, Operation |
7 | (Size << 8) | 6 |
8 | Input pointer |
Response
Index Word | Description |
---|---|
0 | Header code [0x00460040] |
1 | Result code |
Description
This writes the specified input plaintext buffer data to the specified TWL-NAND title raw savedata image. The file which is written to in NAND depends on the section_index(public.sav, banner.sav, ...). This actually writes to "public.new" for "public.sav", it's unknown how "public.sav" is updated with "public.new".