]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - include/usb_cmd.h
Added the changes to armsrc for milfare ultralight C and Desfire commands
[proxmark3-svn] / include / usb_cmd.h
index d99e48d81db06583d78dcde71e67bd22b5d03044..55e7c6e477f9483dd58c6d3698a02c2f61bf66e2 100644 (file)
@@ -153,9 +153,16 @@ typedef struct {
 #define CMD_MIFAREU_WRITEBL_COMPAT                                       0x0722
 #define CMD_MIFAREU_WRITEBL                                              0x0723
 #define CMD_MIFARE_CHKKEYS                                                0x0623
-
 #define CMD_MIFARE_SNIFFER                                                0x0630
 
+//ultralightC
+#define CMD_MIFAREUC_AUTH1                                                0x0724
+#define CMD_MIFAREUC_AUTH2                                                0x0725
+#define CMD_MIFAREUC_READCARD                                             0x0726
+//desfire
+#define CMD_MIFARE_DES_AUTH1                                              0x0730
+#define CMD_MIFARE_DES_AUTH2                                              0x0731
+
 #define CMD_UNKNOWN                                                       0xFFFF
 
 
Impressum, Datenschutz