mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-26 00:55:19 +08:00
text
This commit is contained in:
parent
61e59fa913
commit
47d43cfc56
1 changed files with 1 additions and 2 deletions
|
@ -2797,8 +2797,7 @@ static int CmdHF14MfuNDEF(const char *Cmd) {
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintAndLogEx(INFO, "ICE:: %s", sprint_hex(records, maxsize));
|
|
||||||
DropField();
|
DropField();
|
||||||
status = NDEFDecodeAndPrint(records, (size_t)maxsize, true);
|
status = NDEFDecodeAndPrint(records, (size_t)maxsize, true);
|
||||||
free(records);
|
free(records);
|
||||||
|
|
Loading…
Reference in a new issue