A straightforward and efficient macOS application designed for cloning NFC cards onto blank cards with ease. The code have tested on ACR122U.
- Install the app using the provided DMG file.
- Launch the NFC-Tool app from your Applications folder.
- Use the app to read the UID from the NFC card you wish to clone.
- Write the read UID onto an empty NFC card to complete the cloning process.
Before using NFC-Tool, ensure you have the following packages installed:
- Homebrew: The Package Manager for macOS (or Linux)
- libnfc: A library that provides a high-level interface to NFC devices
To install these dependencies, open your terminal and run:
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ brew install libnfc