mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
ADD: started to add a legic detection to "HF SEARCH"
This commit is contained in:
parent
f1f7430ae0
commit
3e750be37c
9 changed files with 131 additions and 69 deletions
|
@ -34,8 +34,11 @@ int CmdLegicRfRawWrite(const char *Cmd);
|
|||
int CmdLegicRfFill(const char *Cmd);
|
||||
|
||||
int CmdLegicCalcCrc8(const char *Cmd);
|
||||
int CmdLegicInfo(const char *Cmd);
|
||||
int HFLegicInfo(const char *Cmd, bool verbose);
|
||||
|
||||
int usage_legic_calccrc8(void);
|
||||
int usage_legic_load(void);
|
||||
int usage_legic_read(void);
|
||||
int usage_legic_info(void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue