Bin Files - Skylanders

Skylanders .bin files are the digital soul of each toy. Understanding their structure allows modding, emulation, and long-term preservation of a franchise whose physical hardware is no longer manufactured. However, users must respect copyright and avoid distributing protected files.


A hex dump of a Skylanders .bin is a time capsule. For example, here’s a simplified view of a level 10 Spyro with 5000 gold:

Offset 0x20: 0A 00 88 13 00 00 53 70 79 72 6F 00 ...
             ^^  ^^ ^^ ^^          ^^ ^^ ^^ ^^
             Lvl Gold high/low     'S' 'p' 'y' 'r' 'o'

If you see 0xAA at a variant offset, it’s a Dark Edition. If you see 0xBB, it’s Legendary. Skylanders Bin Files

Some unused offsets contain Easter eggs — developer initials, build dates, or test flags.

At its most fundamental level, a Skylanders .bin file is a raw, sector-by-sector dump of the NFC (Near Field Communication) chip embedded in the toy. The chip is typically from NXP Semiconductors (e.g., the Mifare Ultralight or NTAG series). The .bin extension is a convention, not a proprietary format — it simply denotes that the file contains raw binary data. Skylanders

By editing the XP bytes (0x28-0x2B) to FF FF FF 00 (16 million XP) and the Level byte to 0x14 (20), you can create a figure that is permanently max level. For Trap Team, you can even push this to level 80, though the UI will display weirdly.

At its core, a Skylanders Bin File is a raw, encrypted data dump of a Skylander's identity and history. To understand this, you must first understand the hardware. A hex dump of a Skylanders

Every Skylanders figure (from the original Spyro’s Adventure to Imaginators) contains an RFID (Radio Frequency Identification) chip inside its base. This chip is not just a serial number; it is a small, writable memory bank. When you place the figure on the Portal of Power, the game reads this chip to identify the character.

The .bin file is a bit-for-bit copy of that RFID chip's memory. It is the digital ghost of the physical toy.

Because standard PCs do not natively interact with the proprietary Portal of Power hardware, the process typically involves:

Many hardcore fans dislike the clutter of plastic toys. The "Digital Skylanders" movement involves buying cheap NTAG213 RFID chips (sticker tags) and writing a bin file onto them.