projects
/
proxmark3-svn
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
e6432f0
)
minor hf mfu info adjustment from @iceman1001
author
marshmellow42
<marshmellowrf@gmail.com>
Wed, 13 May 2015 15:22:27 +0000
(11:22 -0400)
committer
marshmellow42
<marshmellowrf@gmail.com>
Wed, 13 May 2015 15:22:27 +0000
(11:22 -0400)
client/cmdhfmfu.c
patch
|
blob
|
blame
|
history
diff --git
a/client/cmdhfmfu.c
b/client/cmdhfmfu.c
index 112828574dfc51a3a4da2c3ca413a144b6aba15c..d80608947538d134073afc77aca2405516539ac9 100644
(file)
--- a/
client/cmdhfmfu.c
+++ b/
client/cmdhfmfu.c
@@
-271,9
+271,14
@@
static int ul_print_default( uint8_t *data){
PrintAndLog(" BCC1 : %02X - crc should be %02X", data[8], crc1 );
PrintAndLog(" Internal : %02X - %s default", data[9], (data[9]==0x48)?"":"not" );
PrintAndLog(" BCC1 : %02X - crc should be %02X", data[8], crc1 );
PrintAndLog(" Internal : %02X - %s default", data[9], (data[9]==0x48)?"":"not" );
- PrintAndLog(" Lock : %s - %s", sprint_hex(data+10, 2),printBits( 2, data+10) );
- PrintAndLog("OneTimePad : %s ", sprint_hex(data + 12, 4));
- PrintAndLog("");
+ PrintAndLog(" Lock : %s - %s",
+ sprint_hex(data+10, 2),
+ printBits(2, data+10)
+ );
+ PrintAndLog("OneTimePad : %s - %s\n",
+ sprint_hex(data + 12, 4),
+ printBits(4, data+12)
+ );
return 0;
}
return 0;
}
Impressum
,
Datenschutz