This commit is contained in:
iceman1001 2024-01-09 10:36:54 +01:00
commit fd08617dfe

View file

@ -849,11 +849,11 @@ static void print_ct_general_info(void *vcard) {
static void print_hdr(void) { static void print_hdr(void) {
PrintAndLogEx(NORMAL, ""); PrintAndLogEx(NORMAL, "");
PrintAndLogEx(INFO, " block# | data |lck| ascii"); PrintAndLogEx(INFO, " block# | data |lck| ascii");
PrintAndLogEx(INFO, "---------+--------------+---+------"); PrintAndLogEx(INFO, "---------+-------------+---+------");
} }
static void print_footer(void) { static void print_footer(void) {
PrintAndLogEx(INFO, "---------+--------------+---+------"); PrintAndLogEx(INFO, "---------+-------------+---+------");
PrintAndLogEx(NORMAL, ""); PrintAndLogEx(NORMAL, "");
} }
@ -2199,7 +2199,10 @@ static int CmdHF14BView(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "hf 14b view", CLIParserInit(&ctx, "hf 14b view",
"Print a ISO14443-B dump file (bin/eml/json)", "Print a ISO14443-B dump file (bin/eml/json)\n"
"note:\n"
" - command expects the filename to contain a UID\n"
" which is needed to determine card memory type",
"hf 14b view -f hf-14b-01020304-dump.bin" "hf 14b view -f hf-14b-01020304-dump.bin"
); );
void *argtable[] = { void *argtable[] = {