]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
another "magic card" backdoor - command "read block". Added several commands to manip...
[proxmark3-svn] / armsrc / appmain.c
index 820a03782c883138e574ae262acade14aa5dc4b6..3fdbed5cb57d4d8f2ea6c34a203739bdfab612c5 100644 (file)
@@ -758,6 +758,9 @@ void UsbPacketReceived(uint8_t *packet, int len)
                case CMD_MIFARE_EML_CSETBLOCK:
                        MifareCSetBlock(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
                        break;
+               case CMD_MIFARE_EML_CGETBLOCK:
+                       MifareCGetBlock(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
+                       break;
 #endif
 
 #ifdef WITH_ICLASS
Impressum, Datenschutz