mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
added device side option to disable EAS/AFI password. Sets to all ZEROS
This commit is contained in:
parent
35744bdd89
commit
638e892088
4 changed files with 32 additions and 1 deletions
|
@ -60,4 +60,5 @@ int SendDataTagEOF(uint8_t *recv, uint16_t max_recv_len, uint32_t start_time, ui
|
|||
void SetTag15693Uid(const uint8_t *uid);
|
||||
|
||||
void DisablePrivacySlixLIso15693(uint8_t *password);
|
||||
void DisableEAS_AFISlixLIso15693(uint8_t *password);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue