implemented 'hf iclass dump xxxx',

all you need is the magic key to dump contents of an iclass card
This commit is contained in:
penturalabs 2014-06-17 10:55:37 +01:00
commit fecd8202a5
5 changed files with 392 additions and 51 deletions

View file

@ -859,8 +859,11 @@ void UsbPacketReceived(uint8_t *packet, int len)
ReaderIClass(c->arg[0]);
break;
case CMD_READER_ICLASS_REPLAY:
ReaderIClass_Replay(c->arg[0], c->d.asBytes);
ReaderIClass_Replay(c->arg[0], c->d.asBytes);
break;
case CMD_ICLASS_ISO14443A_GETPUBLIC:
IClass_iso14443A_GetPublic(c->arg[0]);
break;
#endif
case CMD_SIMULATE_TAG_HF_LISTEN: