mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
initialize mful dumps
This commit is contained in:
parent
49b413106f
commit
f6d7890802
1 changed files with 1 additions and 0 deletions
|
@ -1984,6 +1984,7 @@ static int CmdHF14AMfUDump(const char *Cmd) {
|
|||
|
||||
iso14a_card_select_t card;
|
||||
mfu_dump_t dump_file_data;
|
||||
memset(&dump_file_data, 0, sizeof(dump_file_data));
|
||||
uint8_t get_version[] = {0, 0, 0, 0, 0, 0, 0, 0};
|
||||
uint8_t get_counter_tearing[][4] = {{0, 0, 0, 0}, {0, 0, 0, 0}, {0, 0, 0, 0}};
|
||||
uint8_t get_signature[32];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue