mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
CHG: "hf legic dump" now automatically detects tagtype and dumps accordingly.
CHG: still #define codestyle should it be with or without semicolons?
This commit is contained in:
parent
b1cd7d5ca6
commit
9015ae0f5d
3 changed files with 64 additions and 40 deletions
|
@ -24,8 +24,8 @@
|
|||
#include "legic.h" // legic_card_select_t struct
|
||||
|
||||
int CmdHFLegic(const char *Cmd);
|
||||
int CmdLegicInfo(const char *Cmd);
|
||||
|
||||
int CmdLegicInfo(const char *Cmd);
|
||||
int CmdLegicRdmem(const char *Cmd);
|
||||
int CmdLegicLoad(const char *Cmd);
|
||||
int CmdLegicSave(const char *Cmd);
|
||||
|
@ -33,14 +33,13 @@ int CmdLegicRfSim(const char *Cmd);
|
|||
int CmdLegicRfWrite(const char *Cmd);
|
||||
int CmdLegicRfRawWrite(const char *Cmd);
|
||||
int CmdLegicRfFill(const char *Cmd);
|
||||
|
||||
int CmdLegicCalcCrc8(const char *Cmd);
|
||||
|
||||
int CmdLegicReader(const char *Cmd);
|
||||
int HFLegicReader(const char *Cmd, bool verbose);
|
||||
|
||||
int CmdLegicDump(const char *Cmd);
|
||||
int CmdLegicReader(const char *Cmd);
|
||||
|
||||
int HFLegicReader(const char *Cmd, bool verbose);
|
||||
int legic_print_type(uint32_t tagtype, uint8_t spaces);
|
||||
int legic_get_type(legic_card_select_t *card);
|
||||
|
||||
int usage_legic_calccrc8(void);
|
||||
int usage_legic_load(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue