mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
Support for EM410x card mode in T5555/T55x7 tags.
This commit is contained in:
parent
8f97dd895e
commit
2d4eae7617
6 changed files with 245 additions and 68 deletions
|
@ -16,6 +16,7 @@ int CmdLFEM4X(const char *Cmd);
|
|||
int CmdEM410xRead(const char *Cmd);
|
||||
int CmdEM410xSim(const char *Cmd);
|
||||
int CmdEM410xWatch(const char *Cmd);
|
||||
int CmdEM410xWrite(const char *Cmd);
|
||||
int CmdEM4x50Read(const char *Cmd);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue