From: merlokk Date: Wed, 1 Nov 2017 14:55:12 +0000 (+0200) Subject: deleted condition in iso14a select (sak & 0x20 ==0) - error. Usually SAK = 88 X-Git-Tag: v3.1.0~133^2~11 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/c5e9a0212e68f864371439cb5be8fd227002e9c8 deleted condition in iso14a select (sak & 0x20 ==0) - error. Usually SAK = 88 --- diff --git a/armsrc/iso14443a.c b/armsrc/iso14443a.c index 2ff722b0..01026aa5 100644 --- a/armsrc/iso14443a.c +++ b/armsrc/iso14443a.c @@ -1817,7 +1817,8 @@ int iso14443a_select_card(byte_t *uid_ptr, iso14a_card_select_t *p_hi14a_card, u } // non iso14443a compliant tag - if( (sak & 0x20) == 0) return 2; + // now not work + //if( (sak & 0x20) == 0) return 2; if (!no_rats) { // Request for answer to select