Added iClass eavesdrop support for Proxmark3

This commit is contained in:
dekoninggans@gmail.com 2011-05-18 12:33:32 +00:00
commit cee5a30d53
12 changed files with 1158 additions and 2 deletions

View file

@ -706,6 +706,13 @@ void UsbPacketReceived(uint8_t *packet, int len)
break;
#endif
#ifdef WITH_ISO14443a
// Makes use of ISO14443a FPGA Firmware
case CMD_SNOOP_ICLASS:
SnoopIClass();
break;
#endif
case CMD_SIMULATE_TAG_HF_LISTEN:
SimulateTagHfListen();
break;