mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-18 03:00:58 +08:00
CHG: added the ascii output for the pwd.
This commit is contained in:
parent
0194ce8fc8
commit
0e32bf46e7
1 changed files with 1 additions and 1 deletions
|
@ -1614,7 +1614,7 @@ int CmdHF14AMfUDump(const char *Cmd){
|
|||
PrintAndLog("---------------------------------");
|
||||
for (i = 0; i < Pages; ++i) {
|
||||
if ( i < 3 ) {
|
||||
PrintAndLog("%02d/0x%02X | %s| | ", i+startPage, i+startPage, sprint_hex(data + i * 4, 4));
|
||||
PrintAndLog("%02d/0x%02X | %s| | %.4s", i+startPage, i+startPage, sprint_hex(data + i * 4, 4), data + i * 4 );
|
||||
continue;
|
||||
}
|
||||
switch(i){
|
||||
|
|
Loading…
Add table
Reference in a new issue