mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07: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("---------------------------------");
|
PrintAndLog("---------------------------------");
|
||||||
for (i = 0; i < Pages; ++i) {
|
for (i = 0; i < Pages; ++i) {
|
||||||
if ( i < 3 ) {
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
switch(i){
|
switch(i){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue