ADD: Started a "collect nonces" concept to be able to analyse the tag generated nonces.

This commit is contained in:
iceman1001
2015-04-24 18:41:49 +02:00
parent 395f6a814f
commit add0504dea
6 changed files with 81 additions and 5 deletions

View File

@@ -919,6 +919,9 @@ void UsbPacketReceived(uint8_t *packet, int len)
MifareSendCommand(c->arg[0], c->arg[1], c->d.asBytes);
break;
case CMD_MIFARE_COLLECT_NONCES:
MifareCollectNonces(c->arg[0], c->[1]);
break;
#endif
#ifdef WITH_ICLASS