mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 16:45:09 +08:00
cov 351154
This commit is contained in:
parent
2f1033015c
commit
e0a5a47886
1 changed files with 1 additions and 1 deletions
|
@ -4933,7 +4933,7 @@ static int CmdHF14ADesCreateApp(const char *Cmd) {
|
|||
PrintAndLogEx(INFO, "ISO file ID %s", (data[4] & 0x20) ? "enabled" : "disabled");
|
||||
if ((data[4] & 0x20)) {
|
||||
PrintAndLogEx(INFO, "FID 0x%02x%02x", data[6], data[5]);
|
||||
PrintAndLogEx(INFO, "DF Name[%02d] %s\n", strnlen((char *)&data[7], 16), (char *)&data[7]);
|
||||
PrintAndLogEx(INFO, "DF Name[%02zu] %s\n", strnlen((char *)&data[7], 16), (char *)&data[7]);
|
||||
}
|
||||
PrintKeySettings(data[3], data[4], true, true);
|
||||
PrintAndLogEx(INFO, "---------------------------");
|
||||
|
|
Loading…
Reference in a new issue