mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
textual fix.
This commit is contained in:
parent
91079e36b5
commit
1063a0a872
1 changed files with 1 additions and 1 deletions
|
@ -1328,7 +1328,7 @@ int CmdT55xxBruteForce(const char *Cmd) {
|
||||||
|
|
||||||
if ( start_password >= end_password ) return usage_t55xx_bruteforce();
|
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;
|
uint32_t i = start_password;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue