mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
textual @ikarus
This commit is contained in:
parent
66690eacea
commit
f13308783f
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ static int usage_legic_dump(void) {
|
||||||
PrintAndLogEx(NORMAL, " x : deobfuscate dump data (xor with MCC)");
|
PrintAndLogEx(NORMAL, " x : deobfuscate dump data (xor with MCC)");
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
PrintAndLogEx(NORMAL, "Examples:");
|
PrintAndLogEx(NORMAL, "Examples:");
|
||||||
PrintAndLogEx(NORMAL, _YELLOW_(" hf legic dump -- uses UID as filename"));
|
PrintAndLogEx(NORMAL, _YELLOW_(" hf legic dump - uses UID as filename"));
|
||||||
PrintAndLogEx(NORMAL, _YELLOW_(" hf legic dump f myfile"));
|
PrintAndLogEx(NORMAL, _YELLOW_(" hf legic dump f myfile"));
|
||||||
PrintAndLogEx(NORMAL, _YELLOW_(" hf legic dump x"));
|
PrintAndLogEx(NORMAL, _YELLOW_(" hf legic dump x"));
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
|
@ -154,7 +154,7 @@ static int usage_legic_esave(void) {
|
||||||
PrintAndLogEx(NORMAL, " f <filename> : filename w/o .bin to load");
|
PrintAndLogEx(NORMAL, " f <filename> : filename w/o .bin to load");
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
PrintAndLogEx(NORMAL, "Examples:");
|
PrintAndLogEx(NORMAL, "Examples:");
|
||||||
PrintAndLogEx(NORMAL, _YELLOW_(" hf legic esave 2 -- uses UID as filename"));
|
PrintAndLogEx(NORMAL, _YELLOW_(" hf legic esave 2 - uses UID as filename"));
|
||||||
PrintAndLogEx(NORMAL, _YELLOW_(" hf legic esave 2 f myfile"));
|
PrintAndLogEx(NORMAL, _YELLOW_(" hf legic esave 2 f myfile"));
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue