mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
cov 354821
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user