mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
desfire atqa should be 0x44
This commit is contained in:
parent
cc4b549a7d
commit
7bbca12335
1 changed files with 1 additions and 1 deletions
|
@ -1049,7 +1049,7 @@ bool SimulateIso14443aInit(int tagType, int flags, uint8_t *data, tag_response_i
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 3: { // MIFARE DESFire
|
case 3: { // MIFARE DESFire
|
||||||
rATQA[0] = 0x04;
|
rATQA[0] = 0x44;
|
||||||
rATQA[1] = 0x03;
|
rATQA[1] = 0x03;
|
||||||
sak = 0x20;
|
sak = 0x20;
|
||||||
memcpy(rRATS, "\x06\x75\x77\x81\x02\x80\x00\x00", 8);
|
memcpy(rRATS, "\x06\x75\x77\x81\x02\x80\x00\x00", 8);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue