mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 14:13:42 -07:00
small fix. works.
This commit is contained in:
parent
0e89d7275e
commit
7ee63b072e
1 changed files with 3 additions and 1 deletions
|
@ -1224,9 +1224,11 @@ int CmdHF14AMfChk(const char *Cmd)
|
|||
bytes_to_num(foundKey[0][i], 6), validKey[0][i]?1:0, bytes_to_num(foundKey[1][i], 6), validKey[1][i]?1:0);
|
||||
}
|
||||
PrintAndLog("|---|----------------|---|----------------|---|");
|
||||
} else {
|
||||
PrintAndLog("");
|
||||
PrintAndLog("No valid keys found.");
|
||||
}
|
||||
|
||||
|
||||
if (transferToEml) {
|
||||
uint8_t block[16];
|
||||
for (uint16_t sectorNo = 0; sectorNo < SectorsCnt; sectorNo++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue