mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix
This commit is contained in:
@@ -2385,7 +2385,7 @@ int infoHF14A(bool verbose, bool do_nack_test, bool do_aid_search) {
|
||||
|
||||
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\x94\x02\x9C\x3A", 7) == 0)
|
||||
(card.ats_len == 7 && memcmp(card.ats, "\x05\x78\x77\x94\x02\xDC\xC8", 7) == 0)
|
||||
)
|
||||
{
|
||||
isSEOS = true;
|
||||
|
||||
Reference in New Issue
Block a user