mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
twice atqa?
This commit is contained in:
@@ -2538,6 +2538,10 @@ int iso14443a_select_cardEx(uint8_t *uid_ptr, iso14a_card_select_t *p_card, uint
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (GetATQA(resp, resp_par, false, false) == false) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
p_card->sak = 0x0A;
|
||||
p_card->uidlen = 4;
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user