]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
New: implementing hf mf hardnested
[proxmark3-svn] / armsrc / appmain.c
index 4c475541b41ba28e572533b0c7f3121575316091..30d5ed58aed840731bc2e462247fe4d57dde6b42 100644 (file)
@@ -1163,6 +1163,9 @@ void UsbPacketReceived(uint8_t *packet, int len)
                case CMD_MIFAREU_WRITEBL:
                        MifareUWriteBlock(c->arg[0], c->arg[1], c->d.asBytes);
                        break;
+               case CMD_MIFARE_ACQUIRE_ENCRYPTED_NONCES:
+                       MifareAcquireEncryptedNonces(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
+                       break;
                case CMD_MIFARE_NESTED:
                        MifareNested(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
                        break;
Impressum, Datenschutz