Difference between revisions of "AM:ReadTwlBackupInfo"
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) (Fix wrong argument order, add more info) |
|||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | | + | | Output Info Size (usually 0x20) |
|- | |- | ||
| 2 | | 2 | ||
− | | | + | | Banner Size (usually 0x4000) |
|- | |- | ||
| 3 | | 3 | ||
− | | Buffer | + | | Working Buffer Size |
|- | |- | ||
| 4 | | 4 | ||
Line 24: | Line 24: | ||
|- | |- | ||
| 6 | | 6 | ||
− | | ( | + | | (Output Info Size << 4) <nowiki>|</nowiki> 0xC |
|- | |- | ||
| 7 | | 7 | ||
− | | | + | | [[Application_Manager_Services#TwlBackupInfo|TwlBackupInfo]] Output Pointer. Processing is skipped for this when the pointer is NULL. |
|- | |- | ||
| 8 | | 8 | ||
− | | ( | + | | (Banner Size << 4) <nowiki>|</nowiki> 0xC |
|- | |- | ||
| 9 | | 9 | ||
− | | | + | | [[DSiWare_Exports|DSiWare]] Banner Output Pointer. Processing is skipped for this when the pointer is NULL. |
|- | |- | ||
| 10 | | 10 | ||
− | | (Buffer | + | | (Working Buffer Size << 4) <nowiki>|</nowiki> 0xC |
|- | |- | ||
| 11 | | 11 | ||
− | | Buffer | + | | Working Buffer Pointer |
|} | |} | ||
Line 56: | Line 56: | ||
=Description= | =Description= | ||
− | The specified [[DSiWare_Exports|file]] size must be | + | The specified [[DSiWare_Exports|file]] size must be at least 0x4500. This reads the DSiWare header+banner from the file, and decrypts+verifies these sections.. |
Revision as of 20:58, 1 August 2022
Request
Index Word | Description |
---|---|
0 | Header code [0x001E00C8] |
1 | Output Info Size (usually 0x20) |
2 | Banner Size (usually 0x4000) |
3 | Working Buffer Size |
4 | 0x10 |
5 | FSFile Handle |
6 | (Output Info Size << 4) | 0xC |
7 | TwlBackupInfo Output Pointer. Processing is skipped for this when the pointer is NULL. |
8 | (Banner Size << 4) | 0xC |
9 | DSiWare Banner Output Pointer. Processing is skipped for this when the pointer is NULL. |
10 | (Working Buffer Size << 4) | 0xC |
11 | Working Buffer Pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description
The specified file size must be at least 0x4500. This reads the DSiWare header+banner from the file, and decrypts+verifies these sections..