This project includes a Python script designed to read Flipper Zero's NFC files, extract relevant blocks of data, compare blocks from multiple files and analyze differences to identify potential patterns.
- Read and parse NFC data files.
- Compare data blocks across multiple files.
- Identify and analyze differences in data blocks.
- Convert and display data in both hexadecimal, decimal and ASCII formats.
- Interpret differences as potential numerical values or timestamps.
- Clone the repository.
- Modify the file paths in the script to point to your NFC data files.
- Run the script to see the analysis results.
This project was developed with the assistance of ChatGPT, an AI language model by OpenAI, which provided guidance on code optimization and clarity.
This project is licensed under the MIT License - see the LICENSE file for details.