By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
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):
+
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, the first title and the second title (you can see them in the system settings):
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 76:
Line 76:
| Reserved = 0
| Reserved = 0
|}
|}
+
This small 'header' is immediately followed by a 0x80 large block for the application name (first title) and then a 0x100 bytes large block for the second title (this title will be shown in the system settings). After that there's alway the same order:
+
* publisher name (aligned to 0x80 bytes)
+
* first title (aligned to 0x80 bytes)
+
* second title (aligned to 0x100 bytes)
+
This order will repeat 10 times, thus there's a 0x1660 bytes large space for these information.