mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
ADD: 'hf standalone 14a mode", added "mifare 4k" detection.
ADD: 'hf 14a sim' - added mifare 4k simulation.
This commit is contained in:
parent
507afbf3e6
commit
4401050bcc
3 changed files with 21 additions and 12 deletions
|
@ -918,7 +918,11 @@ void SimulateIso14443aTag(int tagType, int flags, byte_t* data) {
|
|||
memcpy(data+3, emdata+4, 4); // uid bytes 3-7
|
||||
flags |= FLAG_7B_UID_IN_DATA;
|
||||
}
|
||||
} break;
|
||||
} break;
|
||||
case 8: { // MIFARE Classic 4k
|
||||
response1[0] = 0x02;
|
||||
sak = 0x18;
|
||||
} break;
|
||||
default: {
|
||||
Dbprintf("Error: unkown tagtype (%d)",tagType);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue