mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
fm11rf08s_nonces_with_data: save in JSON file
This commit is contained in:
parent
c002ae9f77
commit
080ddc1595
5 changed files with 134 additions and 30 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue