Merge branch 'master' of github.com:merlokk/proxmark3 into 14a_rework3

This commit is contained in:
merlokk 2017-11-01 17:13:27 +02:00
commit bed3e4c20d
4 changed files with 97 additions and 9 deletions

View file

@ -43,6 +43,7 @@ int CmdHF14A(const char *Cmd);
int CmdHF14AList(const char *Cmd);
int CmdHF14AMifare(const char *Cmd);
int CmdHF14AReader(const char *Cmd);
extern int CmdHF14AInfo(const char *Cmd);
int CmdHF14ASim(const char *Cmd);
int CmdHF14ASnoop(const char *Cmd);
char* getTagInfo(uint8_t uid);