mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-31 03:50:12 -07:00
changed iso14aapdu arm side and client
This commit is contained in:
parent
eb6e8de45d
commit
b7d3e89923
3 changed files with 66 additions and 71 deletions
|
@ -35,6 +35,7 @@ int CmdHF14ASim(const char *Cmd);
|
|||
int CmdHF14ASnoop(const char *Cmd);
|
||||
char* getTagInfo(uint8_t uid);
|
||||
|
||||
extern void DropField();
|
||||
extern int ExchangeAPDU14a(uint8_t *datain, int datainlen, bool activateField, bool leaveSignalON, uint8_t *dataout, int *dataoutlen);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue