Line 45:
Line 45:
| 0x18
| 0x18
| 0x04
| 0x04
−
| Content Size
+
| APP file size
|-
|-
| 0x1C
| 0x1C
| 0x04
| 0x04
−
| APP file size
+
| 0x80000000
|}
|}
Line 57:
Line 57:
* TMD file data
* TMD file data
* APP file data
* APP file data
+
* banner
The data of the files is decrypted.
The data of the files is decrypted.
+
+
== Banner ==
+
The banner starts with a 0xF0 large data block, whose purpose is currently unknown. Then at offset 0x400 into the banner section is the actual banner, which contains information about the creator and title of the app (you can see them in the system settings):
+
{| class="wikitable" border="1"
+
|-
+
! START
+
! SIZE
+
! DESCRIPTION
+
|-
+
| 0x00
+
| 0x04
+
| Magic: 'SMDH'
+
|-
+
| 0x05
+
| 0x04
+
| Reserved = 0
+
|}