Amiibo: Difference between revisions
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
The NFC 32bit password for the PWD_AUTH command(for enabling write-access to the encrypted NFC pages / etc), appears to be generated from unknown data that doesn't change when the Amiibo data pages are being updated. | The NFC 32bit password for the PWD_AUTH command(for enabling write-access to the encrypted NFC pages / etc), appears to be generated from unknown data that doesn't change when the Amiibo data pages are being updated. | ||
Each page is 4-bytes, the following is the structure of the NFC | The following NTAG215 commands are used when reading an Amiibo: | ||
* GET_VERSION | |||
* READ, startpage=0x03 | |||
* PWD_AUTH | |||
* FAST_READ: startpage=0x00, endpage=0x3B | |||
* FAST_READ: startpage=0x3C, endpage=0x77 | |||
* FAST_READ: startpage=0x78, endpage=0x86 | |||
Therefore, *all* pages from the Amiibo NFC tag are read, including the configuration pages at the end. | |||
Each page is 4-bytes, the following is the structure of the NFC pages: | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||