mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 19:38:52 +08:00
help text
This commit is contained in:
parent
90fe298b33
commit
6f66a97cb3
1 changed files with 4 additions and 4 deletions
|
@ -5168,10 +5168,10 @@ static int CmdHF14ADesDefault(const char *Cmd) {
|
|||
|
||||
static int CmdHF14ADesGetUID(const char *Cmd) {
|
||||
CLIParserContext *ctx;
|
||||
CLIParserInit(&ctx, "hf mfdes getaids",
|
||||
"Get Application IDs list from card. Master key needs to be provided.",
|
||||
"hf mfdes getaids -n 0 -t des -k 0000000000000000 -f none -> execute with default factory setup");
|
||||
|
||||
CLIParserInit(&ctx, "hf mfdes getuid",
|
||||
"Get UID from card. Get the real UID if the random UID bit is on and get the same UID as in anticollision if not. Master key needs to be provided. ",
|
||||
"hf mfdes getuid -> execute with default factory setup");
|
||||
|
||||
void *argtable[] = {
|
||||
arg_param_begin,
|
||||
arg_lit0("a", "apdu", "show APDU requests and responses"),
|
||||
|
|
Loading…
Add table
Reference in a new issue