1
0
mirror of https://github.com/nfc-tools/mfoc.git synced 2026-02-02 14:51:25 +00:00

use authuid instead uid name when handling the authentication uid bytes (different from UID with 7bytes MIFARE Classic

This commit is contained in:
Romuald Conty
2012-06-03 21:23:51 +00:00
parent bc109b9252
commit 451f2fa29c
2 changed files with 8 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ typedef struct {
sector e_sector; // Exploit sector
uint8_t num_sectors;
uint8_t num_blocks;
uint32_t uid;
uint32_t authuid;
bool b4K;
} mftag;