mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 22:33:48 -07:00
invert force logic
This commit is contained in:
parent
98d806555e
commit
2bce6c93cc
1 changed files with 1 additions and 2 deletions
|
@ -2030,7 +2030,7 @@ static int CmdHF14AMfUInfo(const char *Cmd) {
|
||||||
CLIGetHexWithReturn(ctx, 1, authenticationkey, &ak_len);
|
CLIGetHexWithReturn(ctx, 1, authenticationkey, &ak_len);
|
||||||
bool swap_endian = arg_get_lit(ctx, 2);
|
bool swap_endian = arg_get_lit(ctx, 2);
|
||||||
// bool verbose = arg_get_lit(ctx, 3);
|
// bool verbose = arg_get_lit(ctx, 3);
|
||||||
bool override = arg_get_lit(ctx, 3);
|
bool override = (arg_get_lit(ctx, 3) == false);
|
||||||
CLIParserFree(ctx);
|
CLIParserFree(ctx);
|
||||||
|
|
||||||
if (ak_len) {
|
if (ak_len) {
|
||||||
|
@ -2156,7 +2156,6 @@ static int CmdHF14AMfUInfo(const char *Cmd) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// do counters and signature first (don't neet auth)
|
// do counters and signature first (don't neet auth)
|
||||||
|
|
||||||
// ul counters are different than ntag counters
|
// ul counters are different than ntag counters
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue