Skip to content

Commit

Permalink
Merge pull request #2554 from Antiklesys/master
Browse files Browse the repository at this point in the history
Fixed config cards segmentation fault
  • Loading branch information
iceman1001 authored Oct 4, 2024
2 parents 4584c92 + dfa5d0c commit b124d11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/cmdhficlass.c
Original file line number Diff line number Diff line change
Expand Up @@ -4921,7 +4921,9 @@ static int CmdHFiClassConfigCard(const char *Cmd) {
void *argtable[] = {
arg_param_begin,
arg_int0(NULL, "ci", "<dec>", "use config slot at index"),
arg_int0(NULL, "ki", "<dec>", "Key index to select key from memory 'hf iclass managekeys'"),
arg_int0(NULL, "ki", "<dec>", "Card Key - index to select key from memory 'hf iclass managekeys'"),
arg_int0(NULL, "krki", "<dec>", "Elite Keyroll Key - index to select key from memory 'hf iclass managekeys'"),
arg_lit0(NULL, "elite", "Use elite key for the the Card Key ki"),
arg_lit0("g", NULL, "generate card dump file"),
arg_lit0("l", NULL, "load available cards"),
arg_lit0("p", NULL, "print available cards"),
Expand Down

0 comments on commit b124d11

Please sign in to comment.