mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Extended iClass support with Card and Reader emulation!
This commit is contained in:
parent
fa4a296451
commit
1e26214152
7 changed files with 774 additions and 76 deletions
|
@ -754,6 +754,12 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
case CMD_SNOOP_ICLASS:
|
||||
SnoopIClass();
|
||||
break;
|
||||
case CMD_SIMULATE_TAG_ICLASS:
|
||||
SimulateIClass(c->arg[0], c->d.asBytes);
|
||||
break;
|
||||
case CMD_READER_ICLASS:
|
||||
ReaderIClass(c->arg[0]);
|
||||
break;
|
||||
#endif
|
||||
|
||||
case CMD_SIMULATE_TAG_HF_LISTEN:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue