From f2ae1ff57abf9eea3a867988921db5a097d4196a Mon Sep 17 00:00:00 2001 From: mwalker33 Date: Sun, 23 Feb 2020 11:21:55 +1100 Subject: [PATCH] Update cmdlfkeri.c --- client/cmdlfkeri.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/cmdlfkeri.c b/client/cmdlfkeri.c index 892dfaf5f..b0f45da04 100644 --- a/client/cmdlfkeri.c +++ b/client/cmdlfkeri.c @@ -104,6 +104,7 @@ static int CmdKeriMSScramble (KeriMSScramble_t Action, uint32_t *FC, uint32_t *I if (FCDecodeState[31- 1] == '1') FCDecodeState[31- 1] = '?'; if (FCDecodeState[31- 2] == '1') FCDecodeState[31- 2] = '?'; + PrintAndLogEx(SUCCESS, "Partial Keri MS decode"); PrintAndLogEx(SUCCESS, "BitState ID : %s",IDDecodeState); PrintAndLogEx(SUCCESS, "BitState FC : %s",FCDecodeState); } @@ -210,8 +211,12 @@ static int CmdKeriDemod(const char *Cmd) { PrintAndLogEx (SUCCESS,"Descrambled MS : FC %d - Card ID %d\n",fc,cardid); +/* + Scamble: For dev testing only, will/should move to the create keri-ms code when added. + uint32_t testCard = 0; CmdKeriMSScramble (Scramble,&fc,&cardid,&testCard); +*/ // End Descramble test