hf mf dump print blocks, Thanks to @francesco-scar for making me aware of it being missing

This commit is contained in:
iceman1001 2024-03-03 18:41:05 +01:00
commit fff5da32c5

View file

@ -347,7 +347,9 @@ static void mf_print_blocks(uint16_t n, uint8_t *d, bool verbose) {
mf_print_block(i, d + (i * MFBLOCK_SIZE), verbose);
}
PrintAndLogEx(INFO, "-----+-----+-------------------------------------------------+-----------------");
PrintAndLogEx(HINT, _CYAN_("cyan") " = value block with decoded value");
if (verbose) {
PrintAndLogEx(HINT, _CYAN_("cyan") " = value block with decoded value");
}
// MAD detection
if (HasMADKey(d)) {