mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
fix
This commit is contained in:
parent
81343f0ec1
commit
13b0dc73d5
1 changed files with 1 additions and 1 deletions
|
@ -1579,7 +1579,7 @@ bool DesfireCheckAuthCmd(DesfireISOSelectWay way, uint32_t appID, uint8_t keyNum
|
||||||
DesfireContext_t dctx = {0};
|
DesfireContext_t dctx = {0};
|
||||||
dctx.keyNum = keyNum;
|
dctx.keyNum = keyNum;
|
||||||
dctx.commMode = DCMPlain;
|
dctx.commMode = DCMPlain;
|
||||||
dctx.cmdSet = (checklrp || way != ISW6bAID) ? DCCNativeISO : DCCNative;
|
dctx.cmdSet = DCCNativeISO;
|
||||||
|
|
||||||
// if cant select - return false
|
// if cant select - return false
|
||||||
int res = DesfireSelect(&dctx, way, appID, NULL);
|
int res = DesfireSelect(&dctx, way, appID, NULL);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue