mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
Merge pull request #2051 from startrekdude/add-seos-to-SimulateIso14443aInit
Add a tagType for Seos cards to SimulateIso14443aInit
This commit is contained in:
commit
3e59d798bf
1 changed files with 4 additions and 0 deletions
|
@ -1165,6 +1165,10 @@ bool SimulateIso14443aInit(uint8_t tagType, uint16_t flags, uint8_t *data, tag_r
|
||||||
sak = 0x20;
|
sak = 0x20;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case 12: { // HID Seos 4K card
|
||||||
|
rATQA[0] = 0x01;
|
||||||
|
sak = 0x20;
|
||||||
|
}
|
||||||
|
|
||||||
default: {
|
default: {
|
||||||
if (g_dbglevel >= DBG_ERROR) Dbprintf("Error: unknown tagtype (%d)", tagType);
|
if (g_dbglevel >= DBG_ERROR) Dbprintf("Error: unknown tagtype (%d)", tagType);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue