]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
Extended iClass support with Card and Reader emulation!
[proxmark3-svn] / armsrc / appmain.c
index 4ff1e8113d1e578c421bae3641862c6838e96d20..362759a700c8e39efe0a55fc0d769f243bac397d 100644 (file)
@@ -754,6 +754,12 @@ void UsbPacketReceived(uint8_t *packet, int len)
                case CMD_SNOOP_ICLASS:
                        SnoopIClass();
                        break;
+               case CMD_SIMULATE_TAG_ICLASS:
+                       SimulateIClass(c->arg[0], c->d.asBytes);
+                       break;
+               case CMD_READER_ICLASS:
+                       ReaderIClass(c->arg[0]);
+                       break;
 #endif
 
                case CMD_SIMULATE_TAG_HF_LISTEN:
Impressum, Datenschutz