mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: 'lf hitag list' - improved hitag annotation
This commit is contained in:
parent
dab043a1fc
commit
e85fabf015
4 changed files with 82 additions and 16 deletions
|
@ -16,5 +16,7 @@
|
|||
int CmdLFHitag(const char *Cmd);
|
||||
|
||||
int readHitagUid(void);
|
||||
|
||||
void annotateHitag1(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize);
|
||||
void annotateHitag2(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize);
|
||||
void annotateHitagS(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue