Implement new command hf 15 slixprotectpage to do ISO15693_PROTECT_PAGE on slix tags

This commit is contained in:
leecher1337 2025-03-09 11:54:51 +01:00
commit 0e2a02bdf0
6 changed files with 176 additions and 9 deletions

View file

@ -68,4 +68,5 @@ void EnableEAS_AFISlixIso15693(const uint8_t *password, bool usepwd);
void PassProtextEASSlixIso15693(const uint8_t *password);
void PassProtectAFISlixIso15693(const uint8_t *password);
void WriteAFIIso15693(const uint8_t *password, bool use_pwd, uint8_t *uid, bool use_uid, uint8_t afi);
void ProtectPageSlixIso15693(const uint8_t *read_password, const uint8_t *write_password, uint8_t divide_ptr, uint8_t prot_status);
#endif