mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-24 07:05:40 -07:00
hf mf dump print blocks, Thanks to @francesco-scar for making me aware of it being missing
This commit is contained in:
parent
74f357465c
commit
fff5da32c5
1 changed files with 3 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue