Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.15 KB

NFC_data_analysis

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.

Features

  • 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.

Usage

  1. Clone the repository.
  2. Modify the file paths in the script to point to your NFC data files.
  3. Run the script to see the analysis results.

Example Output

Capture d'écran 2024-07-01 091454

Acknowledgments

This project was developed with the assistance of ChatGPT, an AI language model by OpenAI, which provided guidance on code optimization and clarity.

License

This project is licensed under the MIT License - see the LICENSE file for details.