mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07: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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (GetATQA(resp, resp_par, false, false) == false) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
p_card->sak = 0x0A;
|
p_card->sak = 0x0A;
|
||||||
p_card->uidlen = 4;
|
p_card->uidlen = 4;
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue