projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
boolean fix in 'hf 15 cmd read' using Adrian's second patch from issue 20
[proxmark3-svn]
/
include
/
usb_cmd.h
diff --git
a/include/usb_cmd.h
b/include/usb_cmd.h
index 3e8066b04066cc01cbccb36979d9a816a80535bd..389df4a7466017039886c16fe81b1c48785e1d88 100644
(file)
--- a/
include/usb_cmd.h
+++ b/
include/usb_cmd.h
@@
-66,6
+66,9
@@
typedef struct {
#define CMD_SET_LF_DIVISOR 0x020D
#define CMD_LF_SIMULATE_BIDIR 0x020E
#define CMD_SET_ADC_MUX 0x020F
#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
+
/* CMD_SET_ADC_MUX: ext1 is 0 for lopkd, 1 for loraw, 2 for hipkd, 3 for hiraw */
// For the 13.56 MHz tags
/* CMD_SET_ADC_MUX: ext1 is 0 for lopkd, 1 for loraw, 2 for hipkd, 3 for hiraw */
// For the 13.56 MHz tags
@@
-103,18
+106,20
@@
typedef struct {
// For mifare commands
#define CMD_MIFARE_SET_DBGMODE 0x0600
// 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 0x06
03
+#define CMD_SIMULATE_MIFARE_CARD 0x06
10
-#define CMD_READER_MIFARE 0x06
05
-#define CMD_MIFARE_NESTED 0x06
06
+#define CMD_READER_MIFARE 0x06
11
+#define CMD_MIFARE_NESTED 0x06
12
-#define CMD_MIFARE_READBL 0x06
1
0
-#define CMD_MIFARE_READSC 0x06
1
1
-#define CMD_MIFARE_WRITEBL 0x06
1
2
-#define CMD_MIFARE_CHKKEYS 0x06
1
3
+#define CMD_MIFARE_READBL 0x06
2
0
+#define CMD_MIFARE_READSC 0x06
2
1
+#define CMD_MIFARE_WRITEBL 0x06
2
2
+#define CMD_MIFARE_CHKKEYS 0x06
2
3
#define CMD_UNKNOWN 0xFFFF
#define CMD_UNKNOWN 0xFFFF
Impressum
,
Datenschutz