unified text and loading file now follow new pattern

This commit is contained in:
iceman1001
2021-04-18 19:57:50 +02:00
parent 79bf006419
commit 6961611474
4 changed files with 61 additions and 43 deletions

View File

@@ -3086,7 +3086,7 @@ static int CmdT55xxChkPwds(const char *Cmd) {
snprintf(filename, sizeof(filename), "t55xx_default_pwds");
}
PrintAndLogEx(INFO, "press " _GREEN_("'enter'") " to cancel the command");
PrintAndLogEx(INFO, "press " _GREEN_("<Enter>") " to exit");
PrintAndLogEx(NORMAL, "");
/*
// block 7, page1 = false, usepwd = false, override = false, pwd = 00000000
@@ -3182,7 +3182,7 @@ static int CmdT55xxChkPwds(const char *Cmd) {
return PM3_ESOFT;
}
PrintAndLogEx(INFO, "press " _GREEN_("'enter'") " to cancel the command");
PrintAndLogEx(INFO, "press " _GREEN_("<Enter>") " to exit");
for (uint32_t c = 0; c < keycount && found == false; ++c) {
@@ -3296,7 +3296,7 @@ static int CmdT55xxBruteForce(const char *Cmd) {
return PM3_EINVARG;
}
PrintAndLogEx(INFO, "press " _GREEN_("'enter'") " to cancel the command");
PrintAndLogEx(INFO, "press " _GREEN_("<Enter>") " to exit");
PrintAndLogEx(INFO, "Search password range [%08X -> %08X]", start_password, end_password);
uint64_t t1 = msclock();
@@ -3404,7 +3404,7 @@ static int CmdT55xxRecoverPW(const char *Cmd) {
else if (r3)
downlink_mode = ref1of4;
PrintAndLogEx(NORMAL, "press " _GREEN_("'enter'") " to cancel the command");
PrintAndLogEx(INFO, "press " _GREEN_("<Enter>") " to exit");
int bit = 0;
uint32_t curr_password = 0x0;