mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
desfire atqa should be 0x44
This commit is contained in:
@@ -1049,7 +1049,7 @@ bool SimulateIso14443aInit(int tagType, int flags, uint8_t *data, tag_response_i
|
||||
}
|
||||
break;
|
||||
case 3: { // MIFARE DESFire
|
||||
rATQA[0] = 0x04;
|
||||
rATQA[0] = 0x44;
|
||||
rATQA[1] = 0x03;
|
||||
sak = 0x20;
|
||||
memcpy(rRATS, "\x06\x75\x77\x81\x02\x80\x00\x00", 8);
|
||||
|
||||
Reference in New Issue
Block a user