// The main application code. This is the first thing called after start.c
// executes.
//-----------------------------------------------------------------------------
+#include <stdarg.h>
#include "usb_cdc.h"
#include "proxmark3.h"
#include "apps.h"
SniffMifare(c->arg[0]);
break;
+ case CMD_MIFARE_SETMOD:
+ MifareSetMod(c->arg[0], c->d.asBytes);
+ break;
+
//mifare desfire
case CMD_MIFARE_DESFIRE_READBL: break;
case CMD_MIFARE_DESFIRE_WRITEBL: break;
case CMD_EMV_READ_RECORD:
EMVReadRecord(c->arg[0], c->arg[1], NULL);
break;
- case CMD_EMV_TRANSACTION:
- EMVTransaction();
- break;
case CMD_EMV_CLONE:
EMVClone(c->arg[0], c->arg[1]);
break;