CHG: added the ascii output for the pwd.

This commit is contained in:
iceman1001 2016-04-14 11:32:43 +02:00
parent 0194ce8fc8
commit 0e32bf46e7

View file

@ -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){