Mii Maker: Difference between revisions
No edit summary |
|||
Line 97: | Line 97: | ||
* QR codes made from the same 3DS for the same Mii are use the same AES-CCM nonce (you can recreate the xorpad by xoring with known values from this table). | * QR codes made from the same 3DS for the same Mii are use the same AES-CCM nonce (you can recreate the xorpad by xoring with known values from this table). | ||
== ExtData == | |||
The ExtData File System for Mii Maker is as follows: | |||
root | |||
├── icon | |||
├── boss | |||
└── user | |||
└── ExBanner | |||
└── COMMON.bin | |||
{| class="wikitable" border="1" | |||
|- | |||
! File | |||
! Details | |||
! Size | |||
! FW Introduced | |||
! Plaintext | |||
|- | |||
| icon | |||
| Duplicate from Application ExeFS. Always image 00000002. | |||
| 0x36c0 Bytes | |||
| [[1.0.0-0]] | |||
| [https://dl.dropboxusercontent.com/u/60710927/CTR/Sample/MiiMakerExtdata/icon Download] | |||
|- | |||
| COMMON.bin | |||
| [[Extended Banner]] for Home Menu. Always image 00000003. | |||
| 0x20224 Bytes | |||
| [[1.0.0-0]] | |||
| [https://dl.dropboxusercontent.com/u/60710927/CTR/Sample/MiiMakerExtdata/COMMON.bin Download] | |||
|} |