mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
Add 'hf 15 csetuid' command to set UID on ISO15693 Magic tags (#842)
This commit is contained in:
parent
817611f565
commit
096dee1784
7 changed files with 177 additions and 1 deletions
|
@ -1158,9 +1158,14 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
case CMD_READER_ISO_15693:
|
||||
ReaderIso15693(c->arg[0]);
|
||||
break;
|
||||
|
||||
case CMD_SIMTAG_ISO_15693:
|
||||
SimTagIso15693(c->arg[0], c->d.asBytes);
|
||||
break;
|
||||
|
||||
case CMD_CSETUID_ISO_15693:
|
||||
SetTag15693Uid(c->d.asBytes);
|
||||
break;
|
||||
#endif
|
||||
|
||||
#ifdef WITH_LEGICRF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue