]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlft55xx.c
BUG: the lf read now uses "getbigbuffer" which the offset from where the data start...
[proxmark3-svn] / client / cmdlft55xx.c
index 8420465b93f231734436d40b902801fbf86a0152..63cc2ee4e6624794d541474b25b85e0b75b621a3 100644 (file)
@@ -56,7 +56,7 @@ int CmdReadBlk(const char *Cmd)
                GraphBuffer[j] = (int)data[j];\r
        }\r
        GraphTraceLen = LF_TRACE_BUFF_SIZE;\r
-       CmdIceManchester(Block);\r
+       ManchesterDemod(Block);\r
        RepaintGraphWindow();\r
   return 0;\r
 }\r
@@ -93,7 +93,7 @@ int CmdReadBlkPWD(const char *Cmd)
                GraphBuffer[j] = ((int)data[j]) - 128;\r
        }\r
        GraphTraceLen = LF_TRACE_BUFF_SIZE;\r
-       CmdIceManchester(Block);        \r
+       ManchesterDemod(Block); \r
        RepaintGraphWindow();\r
   return 0;\r
 }\r
@@ -475,9 +475,9 @@ static command_t CommandTable[] =
 {\r
   {"help",   CmdHelp,        1, "This help"},\r
   {"rd",     CmdReadBlk,     0, "<block> -- Read T55xx block data (page 0)"},\r
-  {"rdPWD",  CmdReadBlkPWD,  0, "<block> <password> -- Read T55xx block data with password mode"},\r
+  {"rdpwd",  CmdReadBlkPWD,  0, "<block> <password> -- Read T55xx block data with password mode"},\r
   {"wr",     CmdWriteBlk,    0, "<data> <block> -- Write T55xx block data (page 0)"},\r
-  {"wrPWD",  CmdWriteBlkPWD, 0, "<data> <block> <password> -- Write T55xx block data with password"},\r
+  {"wrpwd",  CmdWriteBlkPWD, 0, "<data> <block> <password> -- Write T55xx block data with password"},\r
   {"trace",  CmdReadTrace,   0, "[1] Read T55xx traceability data (page 1 / blk 0-1) "},\r
   {"info",   CmdInfo,        0, "[1] Read T55xx configuration data (page0 /blk 0)"},\r
   {"dump",   CmdDump,        0, "[password] Dump T55xx card block 0-7. optional with password"},\r
Impressum, Datenschutz