mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
chip manufacturer and type identification: (#796)
* add more manufacturers * refactor chipID decoding * move to separate file taginfo.[ch]
This commit is contained in:
parent
b6851c194e
commit
1338d245c2
10 changed files with 294 additions and 321 deletions
|
@ -23,7 +23,6 @@ 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);
|
||||
|
||||
extern void DropField();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue