mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-12 04:35:28 -07:00
textual fix.
This commit is contained in:
parent
91079e36b5
commit
1063a0a872
@ -1328,7 +1328,7 @@ int CmdT55xxBruteForce(const char *Cmd) {
|
||||
|
||||
if ( start_password >= end_password ) return usage_t55xx_bruteforce();
|
||||
|
||||
PrintAndLog("Search password range [%08X -> %08X]", start_password, end_password);
|
||||
PrintAndLog("Search password range [%08X -> %08X]", start_password, end_password);
|
||||
|
||||
uint32_t i = start_password;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user