]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Merge branch 'master' of https://github.com/Proxmark/proxmark3
authoriceman1001 <iceman@iuse.se>
Thu, 12 Feb 2015 08:54:21 +0000 (09:54 +0100)
committericeman1001 <iceman@iuse.se>
Thu, 12 Feb 2015 08:54:21 +0000 (09:54 +0100)
Conflicts:
armsrc/epa.c

1  2 
armsrc/epa.c
armsrc/iso14443a.h
client/Makefile
client/cmdlf.c
client/cmdlft55xx.c

diff --combined armsrc/epa.c
index 7bff9f1987082b511524a36cea10634ae5e98629,0006d59d01c03fd4944caefef829771b1b8068fc..86f7c864d904d4dde9fe0d39e4a43ff449cce782
@@@ -13,8 -13,7 +13,8 @@@
  
  #include "iso14443a.h"
  #include "epa.h"
 -#include "cmd.h"
 +#include "../common/cmd.h"
 +
  
  // Protocol and Parameter Selection Request
  // use regular (1x) speed in both directions
@@@ -225,7 -224,7 +225,7 @@@ static void EPA_PACE_Collect_Nonce_Abor
        EPA_Finish();
        
        // send the USB packet
 -  cmd_send(CMD_ACK,step,func_return,0,0,0);
 +      cmd_send(CMD_ACK,step,func_return,0,0,0);
  }
  
  //-----------------------------------------------------------------------------
@@@ -253,29 -252,21 +253,25 @@@ void EPA_PACE_Collect_Nonce(UsbCommand 
        
        // set up communication
        func_return = EPA_Setup();
 -      if (func_return != 0) {
 +      if (func_return != 0) { 
                EPA_PACE_Collect_Nonce_Abort(1, func_return);
 +              Dbprintf("epa: setup fucked up! %d", func_return);
                return;
        }
  
-       // increase the timeout (at least some cards really do need this!)
-       iso14a_set_timeout(0x0002FFFF);
-       Dbprintf("epa: Epic!");
-       
        // read the CardAccess file
        // this array will hold the CardAccess file
        uint8_t card_access[256] = {0};
        int card_access_length = EPA_Read_CardAccess(card_access, 256);
        // the response has to be at least this big to hold the OID
        if (card_access_length < 18) {
 +              Dbprintf("epa: Too small!");
                EPA_PACE_Collect_Nonce_Abort(2, card_access_length);
                return;
        }
  
 +      Dbprintf("epa: foo!");
 +      
        // this will hold the PACE info of the card
        pace_version_info_t pace_version_info;
        // search for the PACE OID
                return;
        }
        
 +      Dbprintf("epa: bar!");
 +      
        // initiate the PACE protocol
        // use the CAN for the password since that doesn't change
        func_return = EPA_PACE_MSE_Set_AT(pace_version_info, 2);
        // save received information
  //    ack->arg[1] = func_return;
  //    memcpy(ack->d.asBytes, nonce, func_return);
 -  cmd_send(CMD_ACK,0,func_return,0,nonce,func_return);
 +      cmd_send(CMD_ACK,0,func_return,0,nonce,func_return);
  }
  
  //-----------------------------------------------------------------------------
@@@ -433,11 -422,7 +429,9 @@@ int EPA_Setup(
  
        // power up the field
        iso14443a_setup(FPGA_HF_ISO14443A_READER_MOD);
 -
 +      
 +      iso14a_set_timeout(10500);
 +      
-       iso14a_set_timeout(10500);
-       
        // select the card
        return_code = iso14443a_select_card(uid, &card_select_info, NULL);
        if (return_code != 1) {
diff --combined armsrc/iso14443a.h
index 7fcad0e06379e7e6232acd08ed7011d6310e2af8,1e978e8808fa683f7744211e8bd4060c32eb59c5..be8775cef7d0f66e83f4514e830a3de1a60a1983
@@@ -12,8 -12,7 +12,8 @@@
  
  #ifndef __ISO14443A_H
  #define __ISO14443A_H
 -#include "common.h"
 +#include "../include/common.h"
 +#include "../include/mifare.h"
  #include "mifaresniff.h"
  
  typedef struct {
@@@ -86,6 -85,5 +86,5 @@@ extern void iso14443a_setup(uint8_t fpg
  extern int iso14_apdu(uint8_t *cmd, uint16_t cmd_len, void *data);
  extern int iso14443a_select_card(uint8_t *uid_ptr, iso14a_card_select_t *resp_data, uint32_t *cuid_ptr);
  extern void iso14a_set_trigger(bool enable);
- extern void iso14a_set_timeout(uint32_t timeout);
  
  #endif /* __ISO14443A_H */
diff --combined client/Makefile
index fcbd4d7ca1e3c27398fd442c56df74aa7b5ec4c7,e63581ba1ff864520167f5406c96b7dcf53dbe23..48a18c94b39f8ee7d70691065e812b0693695fc8
@@@ -12,9 -12,9 +12,9 @@@ CXX=g+
  VPATH = ../common
  OBJDIR = obj
  
--LDLIBS = -L/opt/local/lib -L/usr/local/lib ../liblua/liblua.a -lreadline -lpthread -lm
++LDLIBS =  -L/mingw/lib -L/opt/local/lib -L/usr/local/lib ../liblua/liblua.a -lm -lreadline -lpthread -lgdi32
  LDFLAGS = $(COMMON_FLAGS)
--CFLAGS = -std=c99 -I. -I../include -I../common -I/opt/local/include -I../liblua -Wall $(COMMON_FLAGS) -g -O4
++CFLAGS = -std=c99 -I. -I../include -I../common -I/mingw/include -I/opt/local/include -I../liblua -Wall $(COMMON_FLAGS) -g -O4
  LUAPLATFORM = generic
  ifneq (,$(findstring MINGW,$(platform)))
  CXXFLAGS = -I$(QTDIR)/include -I$(QTDIR)/include/QtCore -I$(QTDIR)/include/QtGui
@@@ -37,15 -37,6 +37,15 @@@ LDLIBS +=  -ld
  LUAPLATFORM = linux
  endif
  
 +# QT version,  4 or 5
 +qtplatform = $(shell $(MOC) -v)
 +ifneq (, $(findstring moc 5,$(qtplatform)))
 +   CXXFLAGS = -I$(QTDIR)/include -I$(QTDIR)/include/QtCore -I$(QTDIR)/include/QtGui -I$(QTDIR)/include/QtWidgets  -I/mingw/include
 +   QTLDLIBS = -L$(QTDIR)/lib  -lQt5Core -lQt5Gui -lQt5Widgets 
 +else
 +   CXXFLAGS = -I$(QTDIR)/include -I$(QTDIR)/include/QtCore -I$(QTDIR)/include/QtGui
 +   QTLDLIBS = -L$(QTDIR)/lib -lQtCore4 -lQtGui4
 +endif
  
  ifneq ($(QTLDLIBS),)
  QTGUI = $(OBJDIR)/proxgui.o $(OBJDIR)/proxguiqt.o $(OBJDIR)/proxguiqt.moc.o
@@@ -146,6 -137,6 +146,17 @@@ clean
  tarbin: $(BINS)
        $(TAR) $(TARFLAGS) ../proxmark3-$(platform)-bin.tar $(BINS:%=client/%)
  
++# must be run as root
++install_kext: Info.plist
++      mkdir -p /System/Library/Extensions/Proxmark3.kext/Contents
++      cp Info.plist /System/Library/Extensions/Proxmark3.kext/Contents
++      chown -R root:wheel /System/Library/Extensions/Proxmark3.kext
++      chmod 755 /System/Library/Extensions/Proxmark3.kext /System/Library/Extensions/Proxmark3.kext/Contents
++      chmod 644 /System/Library/Extensions/Proxmark3.kext/Contents/Info.plist
++      rm -rf /System/Library/Caches/com.apple.kext.caches
++      touch /System/Library/Extensions
++      @echo "*** You may need to reboot for the kext to take effect."
++
  lua_build:
        @echo Compiling liblua, using platform $(LUAPLATFORM)
        cd ../liblua && make $(LUAPLATFORM)
diff --combined client/cmdlf.c
index b7c1b13f75e8a61ee7766b75d8265bbb0cbbd7ee,b7c1b13f75e8a61ee7766b75d8265bbb0cbbd7ee..136b05334a5e0446a6be3e7cf15decea79d15ecb
@@@ -756,12 -756,12 +756,18 @@@ int CmdLFfind(const char *Cmd
  static command_t CommandTable[] = 
  {
    {"help",        CmdHelp,            1, "This help"},
--  {"cmdread",     CmdLFCommandRead,   0, "<off period> <'0' period> <'1' period> <command> ['h'] -- Modulate LF reader field to send command before read (all periods in microseconds) (option 'h' for 134)"},
    {"em4x",        CmdLFEM4X,          1, "{ EM4X RFIDs... }"},
++  {"hid",         CmdLFHID,           1, "{ HID RFIDs... }"},
++  {"hitag",       CmdLFHitag,         1, "{ HITAG RFIDs... }"},
++  {"io",                CmdLFIO,                1, "{ IOPROX RFIDs... }"},
++  {"pcf7931",     CmdLFPCF7931,       1, "{ PCF7931 RFIDs... }"},
++  {"ti",          CmdLFTI,            1, "{ TI RFIDs... }"},
++  {"t55xx",       CmdLFT55XX,         1, "{ T55X7 RFIDs... }"},
++
    {"config",      CmdLFSetConfig,     0, "Set config for LF sampling, bit/sample, decimation, frequency"},
++ 
++  {"cmdread",     CmdLFCommandRead,   0, "<off period> <'0' period> <'1' period> <command> ['h'] -- Modulate LF reader field to send command before read (all periods in microseconds) (option 'h' for 134)"},
    {"flexdemod",   CmdFlexdemod,       1, "Demodulate samples for FlexPass"},
--  {"hid",         CmdLFHID,           1, "{ HID RFIDs... }"},
--  {"io",                CmdLFIO,                1, "{ ioProx tags... }"},
    {"indalademod", CmdIndalaDemod,     1, "['224'] -- Demodulate samples for Indala 64 bit UID (option '224' for 224 bit)"},
    {"indalaclone", CmdIndalaClone,     0, "<UID> ['l']-- Clone Indala to T55x7 (tag must be in antenna)(UID in HEX)(option 'l' for 224 UID"},
    {"read",        CmdLFRead,          0, "Read 125/134 kHz LF ID-only tag. Do 'lf read h' for help"},
    {"simbidir",    CmdLFSimBidir,      0, "Simulate LF tag (with bidirectional data transmission between reader and tag)"},
    {"simman",      CmdLFSimManchester, 0, "<Clock> <Bitstream> [GAP] Simulate arbitrary Manchester LF tag"},
    {"snoop",       CmdLFSnoop,         0, "['l'|'h'|<divisor>] [trigger threshold]-- Snoop LF (l:125khz, h:134khz)"},
--  {"ti",          CmdLFTI,            1, "{ TI RFIDs... }"},
--  {"hitag",       CmdLFHitag,         1, "{ Hitag tags and transponders... }"},
    {"vchdemod",    CmdVchDemod,        1, "['clone'] -- Demodulate samples for VeriChip"},
--  {"t55xx",       CmdLFT55XX,         1, "{ T55xx RFIDs... }"},
--  {"pcf7931",     CmdLFPCF7931,       1, "{PCF7931 RFIDs...}"},
    {NULL, NULL, 0, NULL}
  };
  
diff --combined client/cmdlft55xx.c
index 4ac466d199cae0fb85b5925d610476f79862fb85,a719c7ad7a56e4a6216e910aa4d28cad3069007d..b060bdee83b94aaa829b06b43a31ccff51b1d3e1
  #include "proxmark3.h"\r
  #include "ui.h"\r
  #include "graph.h"\r
 +#include "cmdmain.h"\r
  #include "cmdparser.h"\r
  #include "cmddata.h"\r
  #include "cmdlf.h"\r
  #include "cmdlft55xx.h"\r
 +#include "util.h"\r
 +#include "data.h"\r
 +#include "lfdemod.h"\r
 +\r
 +#define LF_TRACE_BUFF_SIZE 20000 // 32 x 32 x 10  (32 bit times numofblock (7), times clock skip..)\r
 +#define LF_BITSSTREAM_LEN 1000 // more then 1000 bits shouldn't happend..  8block * 4 bytes * 8bits = \r
 +\r
 +int usage_t55xx_rd(){\r
 +      PrintAndLog("Usage:  lf t55xx rd <block> <password>");\r
 +    PrintAndLog("     <block>, block number to read. Between 0-7");\r
 +    PrintAndLog("     <password>, OPTIONAL password (8 hex characters)");\r
 +    PrintAndLog("");\r
 +    PrintAndLog("    sample: lf t55xx rd 0           = try reading data from block 0");\r
 +      PrintAndLog("          : lf t55xx rd 0 feedbeef  = try reading data from block 0 using password");\r
 +      PrintAndLog("");\r
 +      return 0;\r
 +}\r
 +int usage_t55xx_wr(){\r
 +      PrintAndLog("Usage:  lf t55xx wr <block> <data> [password]");\r
 +    PrintAndLog("     <block>, block number to read. Between 0-7");\r
 +      PrintAndLog("     <data>,  4 bytes of data to write (8 hex characters)");\r
 +    PrintAndLog("     [password], OPTIONAL password 4bytes (8 hex characters)");\r
 +    PrintAndLog("");\r
 +    PrintAndLog("    sample: lf t55xx wd 3 11223344  = try writing data 11223344 to block 3");\r
 +      PrintAndLog("          : lf t55xx wd 3 11223344 feedbeef  = try writing data 11223344 to block 3 using password feedbeef");\r
 +      PrintAndLog("");\r
 +      return 0;\r
 +}\r
 +int usage_t55xx_trace() {\r
 +      PrintAndLog("Usage:  lf t55xx trace  [graph buffer data]");\r
 +      PrintAndLog("     [graph buffer data], if set, use Graphbuffer otherwise read data from tag.");\r
 +      PrintAndLog("");\r
 +      PrintAndLog("     sample: lf t55xx trace");\r
 +      PrintAndLog("           : lf t55xx trace 1");\r
 +      PrintAndLog("");\r
 +      return 0;\r
 +}\r
 +int usage_t55xx_info() {\r
 +      PrintAndLog("Usage:  lf t55xx info [graph buffer data]");\r
 +      PrintAndLog("     [graph buffer data], if set, use Graphbuffer otherwise read data from tag.");\r
 +      PrintAndLog("");\r
 +      PrintAndLog("    sample: lf t55xx info");\r
 +      PrintAndLog("          : lf t55xx info 1");\r
 +      PrintAndLog("");\r
 +      return 0;\r
 +}\r
 +int usage_t55xx_dump(){\r
 +      PrintAndLog("Usage:  lf t55xx dump <password>");\r
 +    PrintAndLog("     <password>, OPTIONAL password 4bytes (8 hex characters)");\r
 +      PrintAndLog("");\r
 +      PrintAndLog("        sample: lf t55xx dump");\r
 +      PrintAndLog("              : lf t55xx dump feedbeef");\r
 +      PrintAndLog("");\r
 +      return 0;\r
 +}\r
  \r
  static int CmdHelp(const char *Cmd);\r
  \r
++/*\r
++FSK1 / FSK1a\r
++size = fskdemod(dest, size, 32, 0, 8, 10);  // fsk1 RF/32 \r
++size = fskdemod(dest, size, 32, 1, 8, 10);  // fsk1a RF/32 \r
++\r
++FSK2 / FSK2a\r
++size = fskdemod(dest, size, 32, 0, 10, 8);  // fsk2 RF/32 \r
++size = fskdemod(dest, size, 32, 1, 10, 8);  // fsk2a RF/32 \r
++size = fskdemod(dest, size, 50, 1, 10, 8);  // fsk2a RF/50 \r
++size = fskdemod(dest, size, 64, 1, 10, 8);  // FSK2a RF/64 \r
++\r
++*/\r
\r
  int CmdReadBlk(const char *Cmd)\r
  {\r
 -  int Block = 8; //default to invalid block\r
 -  UsbCommand c;\r
 +      int invert = 0;\r
 +      int clk = 0;\r
 +      int block = -1;\r
 +      int password = 0xFFFFFFFF; //default to blank Block 7\r
 +      int errCnt;\r
 +      size_t bitlen;\r
 +      int maxErr = 100;\r
 +    //uint8_t askAmp = 0;\r
 +      uint32_t blockData;\r
 +      uint8_t bits[MAX_GRAPH_TRACE_LEN] = {0x00};\r
 +      \r
 +      \r
 +      char cmdp = param_getchar(Cmd, 0);\r
 +      if (cmdp == 'h' || cmdp == 'H') {\r
 +              usage_t55xx_rd();\r
 +              return 0;\r
 +      }\r
  \r
 -  sscanf(Cmd, "%d", &Block);\r
 +      int res = sscanf(Cmd, "%d %x", &block, &password);\r
  \r
 -  if (Block > 7) {\r
 -      PrintAndLog("Block must be between 0 and 7");\r
 -      return 1;\r
 -  }   \r
 +      if ( res < 1 || res > 2 ){\r
 +              usage_t55xx_rd();\r
 +              return 1;\r
 +      }\r
 +      \r
 +      if ((block < 0) | (block > 7)) {\r
 +              PrintAndLog("Block must be between 0 and 7");\r
 +              return 1;\r
 +      }       \r
  \r
 -  PrintAndLog("Reading block %d", Block);\r
 +      UsbCommand c = {CMD_T55XX_READ_BLOCK, {0, block, 0}};\r
 +      c.d.asBytes[0] = 0x0; \r
  \r
 -  c.cmd = CMD_T55XX_READ_BLOCK;\r
 -  c.d.asBytes[0] = 0x0; //Normal mode\r
 -  c.arg[0] = 0;\r
 -  c.arg[1] = Block;\r
 -  c.arg[2] = 0;\r
 -  SendCommand(&c);\r
 -  return 0;\r
 -}\r
 +      //Password mode\r
 +      if ( res == 2 ) {\r
 +              c.arg[2] = password;\r
 +              c.d.asBytes[0] = 0x1; \r
 +      }\r
  \r
 -int CmdReadBlkPWD(const char *Cmd)\r
 -{\r
 -  int Block = 8; //default to invalid block\r
 -  int Password = 0xFFFFFFFF; //default to blank Block 7\r
 -  UsbCommand c;\r
 +      SendCommand(&c);\r
 +      if ( !WaitForResponseTimeout(CMD_ACK,NULL,1500) ) {\r
 +              PrintAndLog("command execution time out");\r
 +              return 2;\r
 +      }\r
 +      \r
 +      CmdSamples("12000");\r
  \r
 -  sscanf(Cmd, "%d %x", &Block, &Password);\r
 +      bitlen = getFromGraphBuf(bits);\r
 +      \r
 +      //errCnt = askrawdemod(bits, &bitlen, &clk, &invert, maxErr, askAmp);\r
 +      errCnt = askmandemod(bits, &bitlen, &clk, &invert, maxErr);\r
 +      \r
 +      //throw away static - allow 1 and -1 (in case of threshold command first)\r
 +      if ( errCnt == -1 || bitlen < 16 ){  \r
 +              PrintAndLog("no data found");\r
 +              if (g_debugMode) \r
 +                      PrintAndLog("errCnt: %d, bitlen: %d, clk: %d, invert: %d", errCnt, bitlen, clk, invert);\r
 +              return 3;\r
 +      }\r
 +      if (g_debugMode) \r
 +              PrintAndLog("Using Clock: %d - invert: %d - Bits Found: %d", clk, invert, bitlen);\r
  \r
 -  if (Block > 7) {\r
 -      PrintAndLog("Block must be between 0 and 7");\r
 -      return 1;\r
 -  }   \r
 +      //move bits back to DemodBuffer\r
 +      setDemodBuf(bits, bitlen, 0);\r
 +      printBitStream(bits,bitlen);\r
 +      \r
 +      // bits has the manchester encoded data.\r
 +      errCnt = manrawdecode(bits, &bitlen);   \r
 +      if ( errCnt == -1 || bitlen < 16 ){  \r
 +              PrintAndLog("no data found");\r
 +              if (g_debugMode) \r
 +                      PrintAndLog("errCnt: %d, bitlen: %d, clk: %d, invert: %d", errCnt, bitlen, clk, invert);\r
 +              return 4;\r
 +      }\r
  \r
 -  PrintAndLog("Reading block %d with password %08X", Block, Password);\r
 +      blockData = PackBits(1, 32, bits);\r
  \r
 -  c.cmd = CMD_T55XX_READ_BLOCK;\r
 -  c.d.asBytes[0] = 0x1; //Password mode\r
 -  c.arg[0] = 0;\r
 -  c.arg[1] = Block;\r
 -  c.arg[2] = Password;\r
 -  SendCommand(&c);\r
 -  return 0;\r
 +      if ( block < 0)\r
 +              PrintAndLog(" Decoded     : 0x%08X  %s", blockData, sprint_bin(bits+1,32) );\r
 +      else\r
 +              PrintAndLog(" Block %d    : 0x%08X  %s", block, blockData, sprint_bin(bits+1,32) );\r
 +      \r
 +      return 0;\r
  }\r
  \r
  int CmdWriteBlk(const char *Cmd)\r
  {\r
 -  int Block = 8; //default to invalid block\r
 -  int Data = 0xFFFFFFFF; //default to blank Block \r
 -  UsbCommand c;\r
 +      int block = 8; //default to invalid block\r
 +      int data = 0xFFFFFFFF; //default to blank Block \r
 +      int password = 0xFFFFFFFF; //default to blank Block 7\r
 +      \r
 +      char cmdp = param_getchar(Cmd, 0);\r
 +      if (cmdp == 'h' || cmdp == 'H') {\r
 +              usage_t55xx_wr();\r
 +              return 0;\r
 +      }\r
 +  \r
 +      int res = sscanf(Cmd, "%d %x %x",&block, &data, &password);\r
 +      \r
 +      if ( res < 2 || res > 3) {\r
 +              usage_t55xx_wr();\r
 +              return 1;\r
 +      }\r
 +\r
 +      if (block > 7) {\r
 +              PrintAndLog("Block must be between 0 and 7");\r
 +              return 1;\r
 +      }\r
 +      \r
 +      UsbCommand c = {CMD_T55XX_WRITE_BLOCK, {data, block, 0}};\r
 +      c.d.asBytes[0] = 0x0; \r
 +\r
 +      if (res == 2) {\r
 +              PrintAndLog("Writing block %d  data %08X", block, data);\r
 +      } else {\r
 +              //Password mode\r
 +              c.arg[2] = password;\r
 +              c.d.asBytes[0] = 0x1; \r
 +              PrintAndLog("Writing block %d  data %08X  password %08X", block, data, password);\r
 +      }\r
 +      \r
 +      SendCommand(&c);\r
 +      return 0;\r
 +}\r
 +\r
 +int CmdReadTrace(const char *Cmd)\r
 +{\r
 +      int invert = 0;\r
 +      int clk = 0;\r
 +      int errCnt;\r
 +      size_t bitlen;\r
 +      int maxErr = 100;\r
 +      uint8_t bits[MAX_GRAPH_TRACE_LEN] = {0x00};\r
 +\r
 +      char cmdp = param_getchar(Cmd, 0);\r
 +      \r
 +      if (strlen(Cmd) > 1 || cmdp == 'h' || cmdp == 'H') {\r
 +              usage_t55xx_trace();\r
 +              return 0;\r
 +      }\r
 +\r
 +      if ( strlen(Cmd)==0){\r
 +      \r
 +              UsbCommand c = {CMD_T55XX_READ_TRACE, {0, 0, 0}};\r
 +              SendCommand(&c);\r
 +              WaitForResponse(CMD_ACK, NULL);\r
  \r
 -  sscanf(Cmd, "%x %d", &Data, &Block);\r
 +              CmdSamples("12000");\r
 +      }\r
 +      \r
 +      bitlen = getFromGraphBuf(bits);\r
  \r
 -  if (Block > 7) {\r
 -      PrintAndLog("Block must be between 0 and 7");\r
 -      return 1;\r
 -  }   \r
 +      //errCnt = askrawdemod(bits, &bitlen, &clk, &invert, maxErr, askAmp);\r
 +      errCnt = askmandemod(bits, &bitlen, &clk, &invert, maxErr);\r
 +      \r
 +      //throw away static - allow 1 and -1 (in case of threshold command first)\r
 +      if ( errCnt == -1 || bitlen < 16 ){  \r
 +              PrintAndLog("no data found");\r
 +              if (g_debugMode) \r
 +                      PrintAndLog("errCnt: %d, bitlen: %d, clk: %d, invert: %d", errCnt, bitlen, clk, invert);\r
 +              return 3;\r
 +      }\r
 +      if (g_debugMode) \r
 +              PrintAndLog("Using Clock: %d - invert: %d - Bits Found: %d", clk, invert, bitlen);\r
  \r
 -  PrintAndLog("Writting block %d with data %08X", Block, Data);\r
 +      //move bits back to DemodBuffer\r
 +      setDemodBuf(bits, bitlen, 0);\r
 +      \r
 +      // bits has the manchester encoded data.\r
 +      errCnt = manrawdecode(bits, &bitlen);   \r
 +      if ( errCnt == -1 || bitlen < 16 ){  \r
 +              PrintAndLog("no data found");\r
 +              if (g_debugMode) \r
 +                      PrintAndLog("errCnt: %d, bitlen: %d, clk: %d, invert: %d", errCnt, bitlen, clk, invert);\r
 +              return 4;\r
 +      }\r
  \r
 -  c.cmd = CMD_T55XX_WRITE_BLOCK;\r
 -  c.d.asBytes[0] = 0x0; //Normal mode\r
 -  c.arg[0] = Data;\r
 -  c.arg[1] = Block;\r
 -  c.arg[2] = 0;\r
 -  SendCommand(&c);\r
 +      RepaintGraphWindow();\r
 +\r
 +      uint8_t si = 5;\r
 +      uint32_t bl0     = PackBits(si, 32, bits);\r
 +      uint32_t bl1     = PackBits(si+32, 32, bits);\r
 +      \r
 +      uint32_t acl     = PackBits(si,  8, bits); si += 8;\r
 +      uint32_t mfc     = PackBits(si, 8, bits); si += 8;\r
 +      uint32_t cid     = PackBits(si, 5, bits); si += 5;\r
 +      uint32_t icr     = PackBits(si, 3, bits); si += 3;\r
 +      uint32_t year    = PackBits(si, 4, bits); si += 4;\r
 +      uint32_t quarter = PackBits(si, 2, bits); si += 2;\r
 +      uint32_t lotid    = PackBits(si, 12, bits); si += 12;\r
 +      uint32_t wafer   = PackBits(si, 5, bits); si += 5;\r
 +      uint32_t dw      = PackBits(si, 15, bits); \r
 +      \r
 +      PrintAndLog("");\r
 +      PrintAndLog("-- T55xx Trace Information ----------------------------------");\r
 +      PrintAndLog("-------------------------------------------------------------");\r
 +      PrintAndLog(" ACL Allocation class (ISO/IEC 15963-1)  : 0x%02X (%d)", acl, acl);\r
 +      PrintAndLog(" MFC Manufacturer ID (ISO/IEC 7816-6)    : 0x%02X (%d)", mfc, mfc);\r
 +      PrintAndLog(" CID                                     : 0x%02X (%d)", cid, cid);\r
 +      PrintAndLog(" ICR IC Revision                         : %d",icr );\r
 +      PrintAndLog(" Manufactured");\r
 +      PrintAndLog("     Year/Quarter : %d/%d",2000+year, quarter );\r
 +      PrintAndLog("     Lot ID       : %d", lotid );\r
 +      PrintAndLog("     Wafer number : %d", wafer);\r
 +      PrintAndLog("     Die Number   : %d", dw);\r
 +      PrintAndLog("-------------------------------------------------------------");\r
 +      PrintAndLog(" Raw Data - Page 1");\r
 +      PrintAndLog("     Block 0  : 0x%08X  %s", bl0, sprint_bin(bits+5,32) );\r
 +      PrintAndLog("     Block 0  : 0x%08X  %s", bl1, sprint_bin(bits+37,32) );\r
 +      PrintAndLog("-------------------------------------------------------------");\r
 +      /*\r
 +      TRACE - BLOCK O\r
 +              Bits    Definition                                                              HEX\r
 +              1-8             ACL Allocation class (ISO/IEC 15963-1)  0xE0 \r
 +              9-16    MFC Manufacturer ID (ISO/IEC 7816-6)    0x15 Atmel Corporation\r
 +              17-21   CID                                                                             0x1 = Atmel ATA5577M1  0x2 = Atmel ATA5577M2 \r
 +              22-24   ICR IC revision\r
 +              25-28   YEAR (BCD encoded)                                              9 (= 2009)\r
 +              29-30   QUARTER                                                                 1,2,3,4 \r
 +              31-32   LOT ID\r
 +      \r
 +      TRACE - BLOCK 1\r
 +              1-12    LOT ID  \r
 +              13-17   Wafer number\r
 +              18-32   DW,  die number sequential\r
 +      */\r
 +      \r
    return 0;\r
  }\r
  \r
 -int CmdWriteBlkPWD(const char *Cmd)\r
 -{\r
 -  int Block = 8; //default to invalid block\r
 -  int Data = 0xFFFFFFFF; //default to blank Block \r
 -  int Password = 0xFFFFFFFF; //default to blank Block 7\r
 -  UsbCommand c;\r
 -\r
 -  sscanf(Cmd, "%x %d %x", &Data, &Block, &Password);\r
 -\r
 -  if (Block > 7) {\r
 -      PrintAndLog("Block must be between 0 and 7");\r
 -      return 1;\r
 -  }   \r
 -\r
 -  PrintAndLog("Writting block %d with data %08X and password %08X", Block, Data, Password);\r
 -\r
 -  c.cmd = CMD_T55XX_WRITE_BLOCK;\r
 -  c.d.asBytes[0] = 0x1; //Password mode\r
 -  c.arg[0] = Data;\r
 -  c.arg[1] = Block;\r
 -  c.arg[2] = Password;\r
 -  SendCommand(&c);\r
 -  return 0;\r
 +int CmdInfo(const char *Cmd){\r
 +      /*\r
 +              Page 0 Block 0 Configuration data.\r
 +              Normal mode\r
 +              Extended mode\r
 +      */\r
 +      char cmdp = param_getchar(Cmd, 0);\r
 +\r
 +      if (strlen(Cmd) > 1 || cmdp == 'h' || cmdp == 'H') {\r
 +              usage_t55xx_info();\r
 +              return 0;\r
 +      } else {\r
 +              CmdReadBlk("0");\r
 +      }       \r
 +\r
 +      uint8_t bits[LF_BITSSTREAM_LEN] = {0x00};\r
 +\r
 +      manchester_decode(GraphBuffer, LF_TRACE_BUFF_SIZE, bits, LF_BITSSTREAM_LEN);\r
 +      \r
 +      uint8_t si = 5;\r
 +      uint32_t bl0      = PackBits(si, 32, bits);\r
 +      \r
 +      uint32_t safer    = PackBits(si, 4, bits); si += 4;     \r
 +      uint32_t resv     = PackBits(si, 7, bits); si += 7;\r
 +      uint32_t dbr      = PackBits(si, 3, bits); si += 3;\r
 +      uint32_t extend   = PackBits(si, 1, bits); si += 1;\r
 +      uint32_t datamodulation   = PackBits(si, 5, bits); si += 5;\r
 +      uint32_t pskcf    = PackBits(si, 2, bits); si += 2;\r
 +      uint32_t aor      = PackBits(si, 1, bits); si += 1;     \r
 +      uint32_t otp      = PackBits(si, 1, bits); si += 1;     \r
 +      uint32_t maxblk   = PackBits(si, 3, bits); si += 3;\r
 +      uint32_t pwd      = PackBits(si, 1, bits); si += 1;     \r
 +      uint32_t sst      = PackBits(si, 1, bits); si += 1;     \r
 +      uint32_t fw       = PackBits(si, 1, bits); si += 1;\r
 +      uint32_t inv      = PackBits(si, 1, bits); si += 1;     \r
 +      uint32_t por      = PackBits(si, 1, bits); si += 1;\r
 +              \r
 +      PrintAndLog("");\r
 +      PrintAndLog("-- T55xx Configuration & Tag Information --------------------");\r
 +      PrintAndLog("-------------------------------------------------------------");\r
 +      PrintAndLog(" Safer key                 : %s", GetSaferStr(safer));\r
 +      PrintAndLog(" reserved                  : %d", resv);\r
 +      PrintAndLog(" Data bit rate             : %s", GetBitRateStr(dbr));\r
 +      PrintAndLog(" eXtended mode             : %s", (extend) ? "Yes - Warning":"No");\r
 +      PrintAndLog(" Modulation                : %s", GetModulationStr(datamodulation) );\r
 +      PrintAndLog(" PSK clock freq            : %d", pskcf);\r
 +      PrintAndLog(" AOR - Answer on Request   : %s", (aor) ? "Yes":"No");\r
 +      PrintAndLog(" OTP - One Time Pad        : %s", (otp) ? "Yes - Warning":"No" );\r
 +      PrintAndLog(" Max block                 : %d", maxblk);\r
 +      PrintAndLog(" Password mode             : %s", (pwd) ? "Yes":"No");\r
 +      PrintAndLog(" Sequence Start Terminator : %s", (sst) ? "Yes":"No");\r
 +      PrintAndLog(" Fast Write                : %s", (fw) ? "Yes":"No");\r
 +      PrintAndLog(" Inverse data              : %s", (inv) ? "Yes":"No");\r
 +      PrintAndLog(" POR-Delay                 : %s", (por) ? "Yes":"No");\r
 +      PrintAndLog("-------------------------------------------------------------");\r
 +      PrintAndLog(" Raw Data - Page 0");\r
 +      PrintAndLog("     Block 0  : 0x%08X  %s", bl0, sprint_bin(bits+5,32) );\r
 +      PrintAndLog("-------------------------------------------------------------");\r
 +      \r
 +      return 0;\r
  }\r
  \r
 -int CmdReadTrace(const char *Cmd)\r
 -{\r
 +int CmdDump(const char *Cmd){\r
  \r
 -  PrintAndLog("Reading traceability data");\r
 +      char s[20] = {0x00};\r
 +      uint8_t pwd[4] = {0x00};\r
  \r
 -  UsbCommand c = {CMD_T55XX_READ_TRACE, {0, 0, 0}};\r
 -  SendCommand(&c);\r
 -  return 0;\r
 +      char cmdp = param_getchar(Cmd, 0);\r
 +      if ( cmdp == 'h' || cmdp == 'H') {\r
 +              usage_t55xx_dump();\r
 +              return 0;\r
 +      }\r
 +\r
 +      bool hasPwd = ( strlen(Cmd) > 0);       \r
 +      if ( hasPwd ){\r
 +              if (param_gethex(Cmd, 0, pwd, 8)) {\r
 +                      PrintAndLog("password must include 8 HEX symbols");\r
 +                      return 1;\r
 +              }\r
 +      }\r
 +      \r
 +      for ( int i = 0; i <8; ++i){\r
 +              memset(s,0,sizeof(s));\r
 +              if ( hasPwd ) {\r
 +                      sprintf(s,"%d %02x%02x%02x%02x", i, pwd[0],pwd[1],pwd[2],pwd[3]);\r
 +              } else {\r
 +                      sprintf(s,"%d", i);\r
 +              }\r
 +              CmdReadBlk(s);\r
 +      }\r
 +      return 0;\r
 +}\r
 +\r
 +int CmdIceFsk(const char *Cmd){\r
 +\r
 +      if (!HasGraphData()) return 0;\r
 +\r
 +      iceFsk3(GraphBuffer, LF_TRACE_BUFF_SIZE);\r
 +      RepaintGraphWindow();\r
 +      return 0;\r
 +}\r
 +int CmdIceManchester(const char *Cmd){\r
 +      ManchesterDemod( -1);\r
 +      return 0;\r
 +}\r
 +int ManchesterDemod(int blockNum){\r
 +\r
 +      if (!HasGraphData()) return 0;\r
 +              \r
 +      uint8_t sizebyte = 32;\r
 +      // the value 5 was selected during empirical studies of the decoded data. Some signal noise to skip.\r
 +      uint8_t offset = 5;\r
 +      uint32_t blockData;\r
 +      uint8_t  bits[LF_BITSSTREAM_LEN] = {0x00};\r
 +      uint8_t * bitstream = bits;\r
 +      \r
 +      manchester_decode(GraphBuffer, LF_TRACE_BUFF_SIZE, bits, LF_BITSSTREAM_LEN);    \r
 +      blockData = PackBits(offset, sizebyte, bits);\r
 +\r
 +      if ( blockNum < 0)\r
 +              PrintAndLog(" Decoded     : 0x%08X  %s", blockData, sprint_bin(bitstream+offset,sizebyte) );\r
 +              else\r
 +              PrintAndLog(" Block %d    : 0x%08X  %s", blockNum, blockData, sprint_bin(bitstream+offset,sizebyte) );\r
 +      \r
 +      return 0;\r
 +} \r
 +\r
 +char * GetBitRateStr(uint32_t id){\r
 +      static char buf[40];\r
 +      char *retStr = buf;\r
 +              switch (id){\r
 +              case 0: \r
 +                      sprintf(retStr,"%d - RF/8",id);\r
 +                      break;\r
 +              case 1:\r
 +                      sprintf(retStr,"%d - RF/16",id);\r
 +                      break;\r
 +              case 2:         \r
 +                      sprintf(retStr,"%d - RF/32",id);\r
 +                      break;\r
 +              case 3:\r
 +                      sprintf(retStr,"%d - RF/40",id);\r
 +                      break;\r
 +              case 4:\r
 +                      sprintf(retStr,"%d - RF/50",id);\r
 +                      break;\r
 +              case 5:\r
 +                      sprintf(retStr,"%d - RF/64",id);\r
 +                      break;\r
 +              case 6:\r
 +                      sprintf(retStr,"%d - RF/100",id);\r
 +                      break;\r
 +              case 7:\r
 +                      sprintf(retStr,"%d - RF/128",id);\r
 +                      break;\r
 +              default:\r
 +                      sprintf(retStr,"%d - (Unknown)",id);\r
 +                      break;\r
 +              }\r
 +\r
 +      return buf;\r
 +}\r
 +\r
 +char * GetSaferStr(uint32_t id){\r
 +      static char buf[40];\r
 +      char *retStr = buf;\r
 +      \r
 +      sprintf(retStr,"%d",id);\r
 +      if (id == 6) {\r
 +              sprintf(retStr,"%d - pasdwd",id);\r
 +      }\r
 +      if (id == 9 ){\r
 +              sprintf(retStr,"%d - testmode ",id);\r
 +      }\r
 +      \r
 +      return buf;\r
 +}\r
 +char * GetModulationStr( uint32_t id){\r
 +      static char buf[40];\r
 +      char *retStr = buf;\r
 +      \r
 +      switch (id){\r
 +              case 0: \r
 +                      sprintf(retStr,"%d - DIRECT (ASK/NRZ)",id);\r
 +                      break;\r
 +              case 1:\r
 +                      sprintf(retStr,"%d - PSK 1 phase change when input changes",id);\r
 +                      break;\r
 +              case 2:         \r
 +                      sprintf(retStr,"%d - PSK 2 phase change on bitclk if input high",id);\r
 +                      break;\r
 +              case 3:\r
 +                      sprintf(retStr,"%d - PSK 3 phase change on rising edge of input",id);\r
 +                      break;\r
 +              case 4:\r
 +                      sprintf(retStr,"%d - FSK 1 RF/8  RF/5",id);\r
 +                      break;\r
 +              case 5:\r
 +                      sprintf(retStr,"%d - FSK 2 RF/8  RF/10",id);\r
 +                      break;\r
 +              case 6:\r
 +                      sprintf(retStr,"%d - FSK 1a RF/5  RF/8",id);\r
 +                      break;\r
 +              case 7:\r
 +                      sprintf(retStr,"%d - FSK 2a RF/10  RF/8",id);\r
 +                      break;\r
 +              case 8:\r
 +                      sprintf(retStr,"%d - Manschester",id);\r
 +                      break;\r
 +              case 16:\r
 +                      sprintf(retStr,"%d - Biphase",id);\r
 +                      break;\r
 +              case 17:\r
 +                      sprintf(retStr,"%d - Reserved",id);\r
 +                      break;\r
 +              default:\r
 +                      sprintf(retStr,"0x%02X (Unknown)",id);\r
 +                      break;\r
 +              }\r
 +      return buf;\r
 +}\r
 +\r
 +\r
 +uint32_t PackBits(uint8_t start, uint8_t len, uint8_t* bits){\r
 +      \r
 +      int i = start;\r
 +      int j = len-1;\r
 +      if (len > 32) {\r
 +              return 0;\r
 +      }\r
 +      uint32_t tmp = 0;\r
 +      for (; j >= 0; --j, ++i){\r
 +              tmp     |= bits[i] << j;\r
 +      }\r
 +      return tmp;\r
  }\r
  \r
  static command_t CommandTable[] =\r
  {\r
 -  {"help",          CmdHelp,        1, "This help"},\r
 -  {"readblock",     CmdReadBlk,     1, "<Block> -- Read T55xx block data (page 0)"},\r
 -  {"readblockPWD",  CmdReadBlkPWD,  1, "<Block> <Password> -- Read T55xx block data in password mode(page 0)"},\r
 -  {"writeblock",    CmdWriteBlk,    1, "<Data> <Block> -- Write T55xx block data (page 0)"},\r
 -  {"writeblockPWD", CmdWriteBlkPWD, 1, "<Data> <Block> <Password> -- Write T55xx block data in password mode(page 0)"},\r
 -  {"readtrace",     CmdReadTrace,   1, "Read T55xx traceability data (page 1)"},\r
 +  {"help",   CmdHelp,        1, "This help"},\r
 +  {"rd",     CmdReadBlk,     0, "<block> [password] -- Read T55xx block data (page 0) [optional password]"},\r
 +  {"wr",     CmdWriteBlk,    0, "<block> <data> [password] -- Write T55xx block data (page 0) [optional password]"},\r
 +  {"trace",  CmdReadTrace,   0, "[1] Read T55xx traceability data (page 1/ blk 0-1)"},\r
 +  {"info",   CmdInfo,        0, "[1] Read T55xx configuration data (page 0/ blk 0)"},\r
 +  {"dump",   CmdDump,        0, "[password] Dump T55xx card block 0-7. [optional password]"},\r
 +  {"man",    CmdIceManchester,      0, "Manchester demod (with SST)"},\r
    {NULL, NULL, 0, NULL}\r
  };\r
  \r
Impressum, Datenschutz