]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhflegic.h
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / client / cmdhflegic.h
index e7a4c9cd4e1e999f4c3c3db87e32f44486975fed..db38b723d7076e9737b82299fb53e4852c7fb0fa 100644 (file)
 #include "crc.h"
 #include "legic_prng.h"
 #include "legic.h" // legic_card_select_t struct
+#include "cmdhf.h" // "hf list"
 
 int CmdHFLegic(const char *Cmd);
 
 int CmdLegicInfo(const char *Cmd);
 int CmdLegicRdmem(const char *Cmd);
 int CmdLegicLoad(const char *Cmd);
-int CmdLegicSave(const char *Cmd);
 int CmdLegicRfSim(const char *Cmd);
 int CmdLegicRfWrite(const char *Cmd);
 int CmdLegicCalcCrc(const char *Cmd);
 int CmdLegicDump(const char *Cmd);
+int CmdLegicRestore(const char *Cmd);
 int CmdLegicReader(const char *Cmd);
 int CmdLegicELoad(const char *Cmd);
 int CmdLegicESave(const char *Cmd);
+int CmdLegicList(const char *Cmd);
+int CmdLegicWipe(const char *Cmd);
 
 int HFLegicReader(const char *Cmd, bool verbose);
 int legic_print_type(uint32_t tagtype, uint8_t spaces);
@@ -51,4 +54,6 @@ int usage_legic_write(void);
 int usage_legic_reader(void);
 int usage_legic_info(void);
 int usage_legic_dump(void);
+int usage_legic_restore(void);
+int usage_legic_wipe(void);
 #endif
Impressum, Datenschutz