mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Add thinfilm simulation
This commit is contained in:
parent
01d1db8970
commit
865a7c3ad4
5 changed files with 180 additions and 2 deletions
|
@ -1283,6 +1283,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
ReadThinFilm();
|
||||
break;
|
||||
}
|
||||
case CMD_SIMULATE_TAG_THINFILM: {
|
||||
SimulateThinFilm(packet->data.asBytes, packet->length);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ICLASS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue