diff --git a/client/cmdhfmfu.c b/client/cmdhfmfu.c index 7acf7379b..09e0aff56 100644 --- a/client/cmdhfmfu.c +++ b/client/cmdhfmfu.c @@ -2797,6 +2797,8 @@ static int CmdHF14MfuNDEF(const char *Cmd) { return PM3_ESOFT; } } + + PrintAndLogEx(INFO, "ICE:: %s", sprint_hex(records, maxsize)); DropField(); status = NDEFDecodeAndPrint(records, (size_t)maxsize, true); free(records);