fm11rf08s_nonces_with_data: save in JSON file

This commit is contained in:
Philippe Teuwen
2024-10-06 23:14:30 +02:00
parent c002ae9f77
commit 080ddc1595
5 changed files with 134 additions and 30 deletions
+6
View File
@@ -84,6 +84,12 @@ typedef struct {
uint8_t *dump;
} iso14a_mf_dump_ev1_t;
typedef struct {
uint8_t nt[17][2][4];
uint8_t nt_enc[17][2][4];
uint8_t par_err[17][2];
uint8_t blocks[64][16]; // [MIFARE_1K_MAXSECTOR * 4][MFBLOCK_SIZE]
} iso14a_fm11rf08s_nonces_with_data_t;
typedef enum ISO14A_COMMAND {
ISO14A_CONNECT = (1 << 0),