mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Auth test
This commit is contained in:
parent
865364ab08
commit
68faa88e6a
4 changed files with 387 additions and 457 deletions
|
@ -1271,7 +1271,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
break;
|
||||
}
|
||||
case CMD_HF_DESFIRE_AUTH1: {
|
||||
MifareDES_Auth1(packet->oldarg[0], packet->oldarg[1], packet->oldarg[2], packet->data.asBytes);
|
||||
MifareDES_Auth1(packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_HF_DESFIRE_AUTH2: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue