added login function

This commit is contained in:
tharexde
2020-09-27 23:22:51 +02:00
parent ab8b5814b0
commit 2e5cf12d7d
7 changed files with 88 additions and 25 deletions

View File

@@ -25,5 +25,6 @@ int CmdEM4x50Read(const char *Cmd);
int CmdEM4x50Dump(const char *Cmd);
int CmdEM4x50Wipe(const char *Cmd);
int CmdEM4x50Brute(const char *Cmd);
int CmdEM4x50Login(const char *Cmd);
#endif