From 4d500dff2f7479b3df69c023659f1c0dc306890b Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 5 Nov 2018 21:20:03 +0100 Subject: [PATCH] textual --- client/cmdsmartcard.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/client/cmdsmartcard.c b/client/cmdsmartcard.c index f60e04e06..fc188b951 100644 --- a/client/cmdsmartcard.c +++ b/client/cmdsmartcard.c @@ -21,8 +21,8 @@ int usage_sm_raw(void) { PrintAndLogEx(NORMAL, " d : bytes to send"); PrintAndLogEx(NORMAL, ""); PrintAndLogEx(NORMAL, "Examples:"); - PrintAndLogEx(NORMAL, " sc raw d 00a404000e315041592e5359532e444446303100 - “1PAY.SYS.DDF01” PPSE directory"); - PrintAndLogEx(NORMAL, " sc raw d 00a404000e325041592e5359532e444446303100 - “2PAY.SYS.DDF01” PPSE directory"); + PrintAndLogEx(NORMAL, " sc raw d 00a404000e315041592e5359532e444446303100 - `1PAY.SYS.DDF01` PPSE directory"); + PrintAndLogEx(NORMAL, " sc raw d 00a404000e325041592e5359532e444446303100 - `2PAY.SYS.DDF01` PPSE directory"); return 0; } int usage_sm_reader(void) { @@ -225,7 +225,6 @@ int CmdSmartRaw(const char *Cmd) { return 2; } - // TLV decoder if (decodeTLV && len > 4) TLVPrintFromBuffer(buf+1, len-3); @@ -496,7 +495,6 @@ int CmdSmartBruteforceSFI(const char *Cmd) { char ctmp = tolower(param_getchar(Cmd, 0)); if (ctmp == 'h') return usage_sm_brute(); - uint8_t data[5] = {0x00, 0xB2, 0x00, 0x00, 0x00}; PrintAndLogEx(INFO, "Selecting card");