mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Update cmdhficlass.c
Signed-off-by: Antiklesys <syselkitna@gmail.com>
This commit is contained in:
parent
f24b087c19
commit
ac0260570a
1 changed files with 1 additions and 1 deletions
|
@ -4057,7 +4057,7 @@ static int CmdHFiClassLegRecLookUp(const char *Cmd) {
|
||||||
|
|
||||||
}
|
}
|
||||||
if(index % 1000000 == 0){
|
if(index % 1000000 == 0){
|
||||||
PrintAndLogEx(INFO, "Tested: " _YELLOW_("%d")" keys", index);
|
PrintAndLogEx(INFO, "Tested: " _YELLOW_("%" PRIu64 )" million keys", index/1000000);
|
||||||
PrintAndLogEx(INFO, "Last Generated Key Value: " _YELLOW_("%s"), sprint_hex(div_key, 8));
|
PrintAndLogEx(INFO, "Last Generated Key Value: " _YELLOW_("%s"), sprint_hex(div_key, 8));
|
||||||
}
|
}
|
||||||
index++;
|
index++;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue