mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
textual changes
This commit is contained in:
parent
b9e66427b7
commit
c3559d162a
1 changed files with 6 additions and 4 deletions
|
@ -1719,11 +1719,13 @@ int CmdHF14AMfCSetUID(const char *Cmd)
|
||||||
int argi=0;
|
int argi=0;
|
||||||
|
|
||||||
if (strlen(Cmd) < 1 || param_getchar(Cmd, argi) == 'h') {
|
if (strlen(Cmd) < 1 || param_getchar(Cmd, argi) == 'h') {
|
||||||
PrintAndLog("Usage: hf mf csetuid <UID 8 hex symbols> [ATQA 4 hex symbols SAK 2 hex symbols] [w]");
|
|
||||||
PrintAndLog("sample: hf mf csetuid 01020304");
|
|
||||||
PrintAndLog("sample: hf mf csetuid 01020304 0004 08 w");
|
|
||||||
PrintAndLog("Set UID, ATQA, and SAK for magic Chinese card (only works with such cards)");
|
PrintAndLog("Set UID, ATQA, and SAK for magic Chinese card (only works with such cards)");
|
||||||
PrintAndLog("If you also want to wipe the card then add 'w' at the end of the command line.");
|
PrintAndLog("If you also want to wipe the card then add 'w' at the end of the command line.");
|
||||||
|
PrintAndLog("");
|
||||||
|
PrintAndLog("Usage: hf mf csetuid <UID 8 hex symbols> [ATQA 4 hex symbols SAK 2 hex symbols] [w]");
|
||||||
|
PrintAndLog("");
|
||||||
|
PrintAndLog("sample: hf mf csetuid 01020304");
|
||||||
|
PrintAndLog(" hf mf csetuid 01020304 0004 08 w");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue