mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-03 19:43:09 +08:00
added write and write_password functions
This commit is contained in:
parent
b1b6f0d8b7
commit
f930e78650
1 changed files with 2 additions and 0 deletions
|
@ -18,5 +18,7 @@ typedef struct {
|
||||||
} em4x50_tag_t;
|
} em4x50_tag_t;
|
||||||
|
|
||||||
void em4x50_info(em4x50_data_t *etd);
|
void em4x50_info(em4x50_data_t *etd);
|
||||||
|
void em4x50_write(em4x50_data_t *etd);
|
||||||
|
void em4x50_write_password(em4x50_data_t *etd);
|
||||||
|
|
||||||
#endif /* EM4X50_H */
|
#endif /* EM4X50_H */
|
||||||
|
|
Loading…
Reference in a new issue