mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
twice atqa?
This commit is contained in:
parent
82fba2d929
commit
799fa850ef
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue