mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 03:48:33 +08:00
fixing compilation bug in iclass
This commit is contained in:
parent
9cf2cd7ca9
commit
ffe849fb93
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ static int usage_hf_iclass_decrypt(void) {
|
|||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(NORMAL, "Usage: hf iclass decrypt d <enc data> f <tagdump> k <transport key>");
|
||||
PrintAndLogEx(NORMAL, " options");
|
||||
PrintAndLogEx(NORMAL, " d <encrypted block> 16 bytes hex")
|
||||
PrintAndLogEx(NORMAL, " d <encrypted block> 16 bytes hex");
|
||||
PrintAndLogEx(NORMAL, " f <filename> filename of dump");
|
||||
PrintAndLogEx(NORMAL, " k <transport key> 16 bytes hex");
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
|
|
Loading…
Add table
Reference in a new issue