mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-21 12:37:21 +08:00
fix cmd default test
This commit is contained in:
parent
e00fc93c20
commit
9b70ebc01f
1 changed files with 2 additions and 2 deletions
|
@ -4981,8 +4981,8 @@ static int CmdDesGetSessionParameters(CLIParserContext *ctx, DesfireContext *dct
|
||||||
static int CmdHF14ADesDefault(const char *Cmd) {
|
static int CmdHF14ADesDefault(const char *Cmd) {
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, "hf mfdes default",
|
CLIParserInit(&ctx, "hf mfdes default",
|
||||||
"Get Application IDs, ISO IDs and DF names from card. Master key needs to be provided.",
|
"Set default parameters for access to desfire card.",
|
||||||
"hf mfdes getappnames -n 0 -t des -k 0000000000000000 -f none -> execute with default factory setup");
|
"hf mfdes default -n 0 -t des -k 0000000000000000 -f none -> save to the default factory setup");
|
||||||
|
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
arg_param_begin,
|
arg_param_begin,
|
||||||
|
|
Loading…
Add table
Reference in a new issue