mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -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
|
@ -22,6 +22,7 @@ int CmdHF15Reader(const char *Cmd);
|
|||
int CmdHF15Sim(const char *Cmd);
|
||||
int CmdHF15Record(const char *Cmd);
|
||||
int CmdHF15Cmd(const char*Cmd);
|
||||
int CmdHF15CSetUID(const char *Cmd);
|
||||
int CmdHF15CmdHelp(const char*Cmd);
|
||||
int CmdHF15Help(const char*Cmd);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue