From 23b0ad5183659813f8b820ea8e180c270ee4f5f6 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 1 Dec 2020 22:09:07 +0100 Subject: [PATCH] textual --- client/src/cmdhficlass.c | 9 +++------ doc/cliparser_todo.txt | 1 - 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 210d8f86a..e266817d1 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -3283,10 +3283,10 @@ static int CmdHFiClassPermuteKey(const char *Cmd) { int len = 0; CLIParserContext *ctx; - CLIParserInit(&ctx, "hf iclass permute", + CLIParserInit(&ctx, "hf iclass permutekey", "Permute function from 'heart of darkness' paper.", - "hf iclass permute --reverse --key 0123456789abcdef\n" - "hf iclass permute --key ff55330f0055330f\n"); + "hf iclass permutekey --reverse --key 0123456789abcdef\n" + "hf iclass permutekey --key ff55330f0055330f\n"); void *argtable[] = { arg_param_begin, @@ -3484,10 +3484,7 @@ int info_iclass(void) { uint8_t cardtype = get_mem_config(hdr); PrintAndLogEx(SUCCESS, " Card type.... " _GREEN_("%s"), card_types[cardtype]); - - } - DropField(); return PM3_SUCCESS; } diff --git a/doc/cliparser_todo.txt b/doc/cliparser_todo.txt index 2ed2aa2cc..864126740 100644 --- a/doc/cliparser_todo.txt +++ b/doc/cliparser_todo.txt @@ -78,7 +78,6 @@ hf felica resetmode hf felica litesim hf felica litedump hf fido info -hf iclass permutekey hf legic reader hf legic info hf legic dump