mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg: unify dump file template used in this repo. hf-mf-(uid)-dump.(bin/eml/json) is the prefeered style.
This commit is contained in:
parent
dd3bd72af4
commit
64e027faf7
5 changed files with 15 additions and 15 deletions
|
@ -202,7 +202,7 @@ static int usage_t55xx_restore() {
|
|||
PrintAndLogEx(NORMAL, _YELLOW_(" Assumes lf t55 detect has been run first!"));
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(NORMAL, "Examples:");
|
||||
PrintAndLogEx(NORMAL, " lf t55xx restore f lf-t55xx-00148040-data.bin");
|
||||
PrintAndLogEx(NORMAL, " lf t55xx restore f lf-t55xx-00148040-dump.bin");
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
@ -2315,7 +2315,7 @@ static int CmdT55xxDump(const char *Cmd) {
|
|||
else
|
||||
break;
|
||||
}
|
||||
strcat(preferredName, "-data");
|
||||
strcat(preferredName, "-dump");
|
||||
}
|
||||
|
||||
// Swap endian so the files match the txt display
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue