From e7811809e68798161f79993534cec5cc55f8ef9c Mon Sep 17 00:00:00 2001 From: Aram Date: Wed, 11 May 2016 20:47:53 +0200 Subject: [PATCH] Disabled automatic ISO14443-4 card selecttion (for JCOP-based mfc emulation) --- libnfc_crypto1_crack.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libnfc_crypto1_crack.c b/libnfc_crypto1_crack.c index d1125bf..8760f5e 100644 --- a/libnfc_crypto1_crack.c +++ b/libnfc_crypto1_crack.c @@ -587,6 +587,7 @@ int main (int argc, const char * argv[]) { nfc_device_set_property_bool(pnd,NP_INFINITE_SELECT,false); nfc_device_set_property_bool(pnd,NP_HANDLE_CRC,true); nfc_device_set_property_bool(pnd,NP_HANDLE_PARITY,true); + nfc_device_set_property_bool(pnd,NP_AUTO_ISO14443_4, false); uid = 0;