mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
fix
This commit is contained in:
parent
5865a77c41
commit
e8c603a50f
1 changed files with 1 additions and 1 deletions
|
@ -2385,7 +2385,7 @@ int infoHF14A(bool verbose, bool do_nack_test, bool do_aid_search) {
|
||||||
|
|
||||||
if (
|
if (
|
||||||
(card.ats_len == 7 && memcmp(card.ats, "\x05\x78\x77\x80\x02\x9C\x3A", 7) == 0) ||
|
(card.ats_len == 7 && memcmp(card.ats, "\x05\x78\x77\x80\x02\x9C\x3A", 7) == 0) ||
|
||||||
(card.ats_len == 7 && memcmp(card.ats, "\x05\x78\x77\x94\x02\xDC\xC8", 7) == 0)
|
(card.ats_len == 7 && memcmp(card.ats, "\x05\x78\x77\x94\x02\x6D\xC8", 7) == 0)
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
isSEOS = true;
|
isSEOS = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue