Experimenting with hacking iclass

This commit is contained in:
Martin Holst Swende 2014-04-17 09:53:54 +02:00
parent cba867f202
commit ff7bb4ef17
3 changed files with 74 additions and 38 deletions

View file

@ -853,7 +853,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
SnoopIClass();
break;
case CMD_SIMULATE_TAG_ICLASS:
SimulateIClass(c->arg[0], c->d.asBytes);
SimulateIClass(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
break;
case CMD_READER_ICLASS:
ReaderIClass(c->arg[0]);