mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
simulate sketch
This commit is contained in:
parent
45ea60c92b
commit
1e91895b90
5 changed files with 107 additions and 1 deletions
|
@ -1392,6 +1392,13 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
HfReadADC(samplesCount, true);
|
||||
break;
|
||||
}
|
||||
case CMD_HF_TEXKOM_SIMULATE: {
|
||||
uint32_t timeout = 0;
|
||||
memcpy(&timeout, &packet->data.asBytes[9], 4);
|
||||
HfWriteTkm(packet->data.asBytes, packet->data.asBytes[8], timeout);
|
||||
break;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ISO14443a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue