Skip to content

Instantly share code, notes, and snippets.

@towan912
towan912 / amiibin2nfcdev.py
Created November 21, 2022 08:22 — forked from yobabyte/amiibin2nfcdev.py
Script for converting NTAG215 dumps (.bin) to Flipper NFC device files (.nfc)
#!/usr/bin/env python
import sys
from os.path import splitext, basename
if len(sys.argv) < 2:
sys.exit('Usage: %s dump.bin' % sys.argv[0])
ntag_file = sys.argv[1]
nfc_file = splitext(ntag_file)[0] + '.nfc'

Keybase proof

I hereby claim:

  • I am towan912 on github.
  • I am towan912 (https://keybase.io/towan912) on keybase.
  • I have a public key ASD5CxWz_6L6STJ6hIPU1_VVBmBkzKq8_20vWgoSkQsRdgo

To claim this, I am signing this object: