Update cmdhficlass.c

Signed-off-by: Antiklesys <syselkitna@gmail.com>
This commit is contained in:
Antiklesys 2024-09-17 16:35:52 +08:00 committed by GitHub
commit ac0260570a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4057,7 +4057,7 @@ static int CmdHFiClassLegRecLookUp(const char *Cmd) {
}
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));
}
index++;