X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9ca155ba443e8f2a9feb7640f4b461842cce9e35..2414f97889aa53ca2b357e6ed3fe2960ee1b48ff:/include/usb_cmd.h diff --git a/include/usb_cmd.h b/include/usb_cmd.h index 3e8066b0..7d7093b5 100644 --- a/include/usb_cmd.h +++ b/include/usb_cmd.h @@ -66,6 +66,11 @@ typedef struct { #define CMD_SET_LF_DIVISOR 0x020D #define CMD_LF_SIMULATE_BIDIR 0x020E #define CMD_SET_ADC_MUX 0x020F +#define CMD_HID_CLONE_TAG 0x0210 +#define CMD_EM410X_WRITE_TAG 0x0211 +#define CMD_INDALA_CLONE_TAG 0x0212 +#define CMD_INDALA_CLONE_TAG_L 0x0213 // for 224 bits UID + /* CMD_SET_ADC_MUX: ext1 is 0 for lopkd, 1 for loraw, 2 for hipkd, 3 for hiraw */ // For the 13.56 MHz tags @@ -91,6 +96,8 @@ typedef struct { #define CMD_WRITER_LEGIC_RF 0x0399 #define CMD_SNOOP_ICLASS 0x0392 +#define CMD_SIMULATE_TAG_ICLASS 0x0393 +#define CMD_READER_ICLASS 0x0394 // For measurements of the antenna tuning #define CMD_MEASURE_ANTENNA_TUNING 0x0400 @@ -103,18 +110,20 @@ typedef struct { // For mifare commands #define CMD_MIFARE_SET_DBGMODE 0x0600 -#define CMD_MIFARE_EML_MEMSET 0x0601 -#define CMD_MIFARE_EML_MEMGET 0x0602 +#define CMD_MIFARE_EML_MEMCLR 0x0601 +#define CMD_MIFARE_EML_MEMSET 0x0602 +#define CMD_MIFARE_EML_MEMGET 0x0603 +#define CMD_MIFARE_EML_CARDLOAD 0x0604 -#define CMD_SIMULATE_MIFARE_CARD 0x0603 +#define CMD_SIMULATE_MIFARE_CARD 0x0610 -#define CMD_READER_MIFARE 0x0605 -#define CMD_MIFARE_NESTED 0x0606 +#define CMD_READER_MIFARE 0x0611 +#define CMD_MIFARE_NESTED 0x0612 -#define CMD_MIFARE_READBL 0x0610 -#define CMD_MIFARE_READSC 0x0611 -#define CMD_MIFARE_WRITEBL 0x0612 -#define CMD_MIFARE_CHKKEYS 0x0613 +#define CMD_MIFARE_READBL 0x0620 +#define CMD_MIFARE_READSC 0x0621 +#define CMD_MIFARE_WRITEBL 0x0622 +#define CMD_MIFARE_CHKKEYS 0x0623 #define CMD_UNKNOWN 0xFFFF