mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added write and write_password functions
This commit is contained in:
parent
bf85108f2f
commit
0ddcab51aa
1 changed files with 4 additions and 0 deletions
|
@ -12,7 +12,11 @@
|
||||||
#define CMDLFEM4X50_H__
|
#define CMDLFEM4X50_H__
|
||||||
|
|
||||||
int usage_lf_em4x50_info(void);
|
int usage_lf_em4x50_info(void);
|
||||||
|
int usage_lf_em4x50_write(void);
|
||||||
|
int usage_lf_em4x50_write_password(void);
|
||||||
|
|
||||||
int CmdEM4x50Info(const char *Cmd);
|
int CmdEM4x50Info(const char *Cmd);
|
||||||
|
int CmdEM4x50Write(const char *Cmd);
|
||||||
|
int CmdEM4x50WritePassword(const char *Cmd);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue