mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
cov 354821
This commit is contained in:
parent
20a3bca524
commit
5fac4cf114
1 changed files with 1 additions and 1 deletions
|
@ -4970,7 +4970,7 @@ static int CmdHF14ADesWriteData(const char *Cmd) {
|
|||
DesfireGenTransSessionKey(trkey, transactionCounter, uid, false, sessionkey);
|
||||
|
||||
aes_decode(NULL, sessionkey, resp, resp, CRYPTO_AES_BLOCK_SIZE);
|
||||
PrintAndLogEx(INFO, "Prev reader id [%d]: %s", resplen, sprint_hex(resp, resplen));
|
||||
PrintAndLogEx(INFO, "Prev reader id [%zu]: %s", resplen, sprint_hex(resp, resplen));
|
||||
}
|
||||
|
||||
readeridpushed = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue