]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: added the ascii output for the pwd.
authoriceman1001 <iceman@iuse.se>
Thu, 14 Apr 2016 09:32:43 +0000 (11:32 +0200)
committericeman1001 <iceman@iuse.se>
Thu, 14 Apr 2016 09:32:43 +0000 (11:32 +0200)
client/cmdhfmfu.c

index 6aac15ce19eb76234232af1e5df04105026a3718..336fd64afa084d853193505a5bf7f34f21d93f46 100644 (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){
Impressum, Datenschutz