mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
CHG: 'EMV' , at least it compiles, however working that is a completely different issue..
This commit is contained in:
parent
14550557be
commit
b0bf1faa3d
3 changed files with 7 additions and 10 deletions
|
@ -887,8 +887,7 @@ void UsbPacketReceived(uint8_t *packet, int len) {
|
|||
break;
|
||||
case CMD_EMV_DUMP_CARD:
|
||||
EMVdumpcard();
|
||||
break;
|
||||
/*
|
||||
break;
|
||||
case CMD_EMV_READ_RECORD:
|
||||
EMVReadRecord(c->arg[0], c->arg[1], NULL);
|
||||
break;
|
||||
|
@ -904,7 +903,6 @@ void UsbPacketReceived(uint8_t *packet, int len) {
|
|||
case CMD_EMV_FUZZ_RATS:
|
||||
EMVFuzz_RATS(c->arg[0],c->d.asBytes);
|
||||
break;
|
||||
*/
|
||||
#endif
|
||||
#ifdef WITH_ICLASS
|
||||
// Makes use of ISO14443a FPGA Firmware
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue