Amiibo: Difference between revisions
No edit summary |
|||
Line 9: | Line 9: | ||
= Page layout = | = Page layout = | ||
Excluding the auth-related configuration pages at the end, the structure of the NFC pages is the following: | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 25: | Line 24: | ||
| 0xC | | 0xC | ||
| style="background: red" | No | | style="background: red" | No | ||
| | | Standard NTAG215: 9-byte serial-number, "internal" u8 value, then the two lock bytes which must match raw binary "0F E0". | ||
|- | |- | ||
| 0x3 | | 0x3 | ||
Line 32: | Line 31: | ||
| 0x4 | | 0x4 | ||
| style="background: red" | No | | style="background: red" | No | ||
| | | Standard NTAG215: "Capability Container (CC)". Must match raw binary "F1 10 FF EE". | ||
|- | |- | ||
| 0x4 | | 0x4 | ||
Line 82: | Line 81: | ||
| style="background: green" | Yes | | style="background: green" | Yes | ||
| This is section2 in the encrypted buffer. | | This is section2 in the encrypted buffer. | ||
|- | |||
| 0x82 | |||
| 0x1 | |||
| 0x208 | |||
| 0x4 | |||
| style="background: red" | No | |||
| Standard NTAG215: first 3-bytes are dynamic lock bytes. Must match raw binary "01 00 0F". | |||
|- | |||
| 0x83 | |||
| 0x1 | |||
| 0x20C | |||
| 0x4 | |||
| style="background: red" | No | |||
| Standard NTAG215: CFG0. Must match raw binary "00 00 00 04". | |||
|- | |||
| 0x84 | |||
| 0x1 | |||
| 0x210 | |||
| 0x4 | |||
| style="background: red" | No | |||
| Standard NTAG215: CFG1. Must match raw binary "5F 00 00 00". | |||
|} | |} | ||