mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-24 07:05:40 -07:00
hf mf cview
This commit is contained in:
parent
5b6bd2fcba
commit
85b3687ae5
1 changed files with 5 additions and 3 deletions
|
@ -4335,12 +4335,14 @@ static int CmdHF14AMfCView(const char *Cmd) {
|
|||
}
|
||||
|
||||
// print
|
||||
PrintAndLogEx(INFO, " blk | data | ascii");
|
||||
PrintAndLogEx(INFO, "------+--------------------------------+----------------------");
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(INFO, "----+-------------------------------------------------+-----------------");
|
||||
PrintAndLogEx(INFO, "blk | data | ascii");
|
||||
PrintAndLogEx(INFO, "----+-------------------------------------------------+-----------------");
|
||||
for (uint16_t i = 0; i < numblocks; i++){
|
||||
PrintAndLogEx(INFO, "%03d | %s ", i, sprint_hex_ascii(dump + (i * 16) , 16) );
|
||||
}
|
||||
PrintAndLogEx(INFO, "------+--------------------------------+----------------------");
|
||||
PrintAndLogEx(INFO, "----+-------------------------------------------------+-----------------");
|
||||
|
||||
free(dump);
|
||||
return PM3_SUCCESS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue