mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
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:
parent
25cb718daf
commit
1f247f6ac6
2 changed files with 67 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue