├── .gitignore ├── LICENSE ├── README.md └── nfccc.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/metalamin/NFC-Credit-Card-Tools/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/metalamin/NFC-Credit-Card-Tools/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/metalamin/NFC-Credit-Card-Tools/HEAD/README.md -------------------------------------------------------------------------------- /nfccc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/metalamin/NFC-Credit-Card-Tools/HEAD/nfccc.c --------------------------------------------------------------------------------