mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-09 06:23:44 +08:00
emrtd info: Improve EF_SOD wording
This commit is contained in:
parent
2679ea0980
commit
80f035f7ab
1 changed files with 2 additions and 2 deletions
|
@ -1832,9 +1832,9 @@ int infoHF_EMRTD_offline(const char *path) {
|
||||||
if (calc_all_zero == true && sod_all_zero == true) {
|
if (calc_all_zero == true && sod_all_zero == true) {
|
||||||
continue;
|
continue;
|
||||||
} else if (calc_all_zero == true) {
|
} else if (calc_all_zero == true) {
|
||||||
PrintAndLogEx(SUCCESS, "EF_DG%i: " _YELLOW_("File read access denied, but is in EF_SOD"), i);
|
PrintAndLogEx(SUCCESS, "EF_DG%i: " _YELLOW_("File couldn't be read, but is in EF_SOD."), i);
|
||||||
} else if (sod_all_zero == true) {
|
} else if (sod_all_zero == true) {
|
||||||
PrintAndLogEx(SUCCESS, "EF_DG%i: " _YELLOW_("File not in EF_SOD"), i);
|
PrintAndLogEx(SUCCESS, "EF_DG%i: " _YELLOW_("File is not in EF_SOD."), i);
|
||||||
} else if (hash_matches == false) {
|
} else if (hash_matches == false) {
|
||||||
PrintAndLogEx(SUCCESS, "EF_DG%i: " _RED_("Invalid"), i);
|
PrintAndLogEx(SUCCESS, "EF_DG%i: " _RED_("Invalid"), i);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue