Changes

297 bytes added ,  22:02, 1 August 2022
no edit summary
Line 9: Line 9:  
|-
 
|-
 
| 1
 
| 1
| Buffer 1 Size
+
| Output Info Size (usually 0x20)
 
|-
 
|-
 
| 2
 
| 2
| Buffer 2 Size
+
| Banner Size (usually 0x4000)
 
|-
 
|-
 
| 3
 
| 3
| Buffer 3 Size
+
| Working Buffer Size
 
|-
 
|-
 
| 4
 
| 4
Line 24: Line 24:  
|-
 
|-
 
| 6
 
| 6
| (Buffer 1 Size << 4) <nowiki>|</nowiki> 0xC
+
| (Output Info Size << 4) <nowiki>|</nowiki> 0xC
 
|-
 
|-
 
| 7
 
| 7
| Buffer 1 Pointer
+
| [[Application_Manager_Services#TwlBackupInfo|TwlBackupInfo]] Output Pointer. Processing is skipped for this when the pointer is NULL.
 
|-
 
|-
 
| 8
 
| 8
| (Buffer 2 Size << 4) <nowiki>|</nowiki> 0xC
+
| (Banner Size << 4) <nowiki>|</nowiki> 0xC
 
|-
 
|-
 
| 9
 
| 9
| Buffer 2 Pointer
+
| [[DSiWare_Exports|DSiWare]] Banner Output Pointer. Processing is skipped for this when the pointer is NULL.
 
|-
 
|-
 
| 10
 
| 10
| (Buffer 3 Size << 4) <nowiki>|</nowiki> 0xC
+
| (Working Buffer Size << 4) <nowiki>|</nowiki> 0xC
 
|-
 
|-
 
| 11
 
| 11
| Buffer 3 Pointer
+
| Working Buffer Pointer
 
|}
 
|}
   Line 56: Line 56:     
=Description=
 
=Description=
The specified [[DSiWare_Exports|file]] size must be >=0x4500. This reads data from the specified file, and writes the decrypted+verified section data into the last 2 output buffers. This also writes some data into Buf1.
+
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.
 +
 
 +
It should be noted that this command is meant for use with Exports that use 11 content sections.
186

edits