mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
em4x70: Add write pin convenience function to write and verify a new pin
This commit is contained in:
parent
631d6deed3
commit
dc35f79bd2
7 changed files with 118 additions and 10 deletions
|
@ -26,5 +26,6 @@ void em4x70_info(em4x70_data_t *etd);
|
|||
void em4x70_write(em4x70_data_t *etd);
|
||||
void em4x70_unlock(em4x70_data_t *etd);
|
||||
void em4x70_auth(em4x70_data_t *etd);
|
||||
void em4x70_write_pin(em4x70_data_t *etd);
|
||||
|
||||
#endif /* EM4x70_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue