ADD: "hf legic wipe" - it autodetects tagtype and fills all bytes from offset 7 to end with zeros.

Fills a legic tag memory with zeros. From byte7 and to the end.
 Usage:  hf legic wipe [h]
Options:
      h             : this help

Samples:
      hf legic wipe
This commit is contained in:
iceman1001 2016-10-14 15:23:20 +02:00
commit 1f247f6ac6
2 changed files with 67 additions and 2 deletions

View file

@ -54,5 +54,5 @@ 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