Hello,
I have read an NFC card from arcade games, I am trying to edit the NFC file:
Filetype: Flipper NFC device
Version: 3
# Nfc device type can be UID, Mifare Ultralight, Mifare Classic or ISO15693
Device type: Mifare Classic
# UID is common for all formats
UID: CE 8D DF 7C
# ISO14443 specific fields
ATQA: 00 04
SAK: 08
# Mifare Classic specific data
Mifare Classic type: 1K
Data format version: 2
# Mifare Classic blocks, '??' means unknown data
Block 0: CE 8D DF 7C E0 08 04 00 62 63 64 65 66 67 68 69
Block 1: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Block 2: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Block 3: FF FF FF FF FF FF FF 07 80 69 FF FF FF FF FF FF
Block 4: 36 36 32 37 30 33 30 30 30 30 30 30 31 31 31 37
Block 5: 36 34 36 36 31 37 36 30 33 36 33 32 36 37 38 33
Block 6: 30 39 35 35 35 34 39 38 00 00 00 00 00 00 00 00
Block 7: FF FF FF FF FF FF FF 07 80 69 FF FF FF FF FF FF
The rest of the blocks are repeated in groups of 4 blocks.
I have only managed to locate the pairs in hexadecimal that correspond to the card number
Block 4: 36 36 32 37 **[30 33 30 30 30 30 30 30 31 31 31 37**
**Block 5: 36 34 36 36]**
Can you help me understand where the balance can be located?
Is it possible that I can edit the card number and get a new one with the same balance?
Regards