mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
lf simask, lf simfsk and bug fixes
This commit is contained in:
parent
8db0534ed1
commit
fb0c84c3df
13 changed files with 451 additions and 50 deletions
|
@ -19,6 +19,8 @@ int CmdIndalaDemod(const char *Cmd);
|
|||
int CmdIndalaClone(const char *Cmd);
|
||||
int CmdLFRead(const char *Cmd);
|
||||
int CmdLFSim(const char *Cmd);
|
||||
int CmdLFaskSim(const char *Cmd);
|
||||
int CmdLFfskSim(const char *Cmd);
|
||||
int CmdLFSimBidir(const char *Cmd);
|
||||
int CmdLFSimManchester(const char *Cmd);
|
||||
int CmdLFSnoop(const char *Cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue