]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/lualibs/commands.lua
Add Mifare Classic EV1 set load modulation command
[proxmark3-svn] / client / lualibs / commands.lua
index 680e6da91e957861120ba7a028aa1703ee59e604..a14288c239040b578782bf900765574da69fa6d5 100644 (file)
@@ -62,6 +62,7 @@ local _commands = {
        CMD_AWID_DEMOD_FSK =                                                 0x0221,
        CMD_VIKING_CLONE_TAG =                                               0x0222,
        CMD_T55XX_WAKEUP =                                                       0x0224,
+       CMD_COTAG =                                                                                                                      0x0225,
        
        --/* CMD_SET_ADC_MUX: ext1 is 0 for lopkd, 1 for loraw, 2 for hipkd, 3 for hiraw */
 
@@ -104,7 +105,10 @@ local _commands = {
        CMD_EPA_PACE_REPLAY =                                                0x038B,
 
        CMD_LEGIC_INFO =                                                                                                         0x03BC,
-       
+       CMD_LEGIC_ESET =                                                                                                         0x03BD,
+       CMD_LEGIC_EGET =                                                                                                         0x03BE,
+
+
        CMD_ICLASS_READCHECK =                                               0x038F,
        CMD_ICLASS_CLONE =                                                   0x0390,
        CMD_ICLASS_DUMP =                                                    0x0391,
@@ -155,6 +159,7 @@ local _commands = {
        CMD_MIFAREU_WRITEBL_COMPAT =                                         0x0723,
        
        CMD_MIFARE_CHKKEYS =                                                 0x0623,
+       CMD_MIFARE_SETMOD =                                                  0x0624,
 
        CMD_MIFARE_SNIFFER =                                                 0x0630,
 
Impressum, Datenschutz