mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
mifare firmware update
This commit is contained in:
parent
fa03a110e9
commit
32cfae439e
4 changed files with 197 additions and 6 deletions
|
@ -593,6 +593,12 @@ void UsbPacketReceived(BYTE *packet, int len)
|
|||
break;
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ISO14443a
|
||||
case CMD_READER_MIFARE:
|
||||
ReaderMifare(c->arg[0]);
|
||||
break;
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ISO14443b
|
||||
case CMD_SNOOP_ISO_14443:
|
||||
SnoopIso14443();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue