mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
forgot one edit within the client for ultralight C and desfire
This commit is contained in:
parent
16a372ab75
commit
8b70b6e7c2
3 changed files with 19 additions and 7 deletions
|
@ -45,3 +45,5 @@ uint64_t param_get64ex(const char *line, int paramnum, int deflt, int base);
|
|||
int param_gethex(const char *line, int paramnum, uint8_t * data, int hexcnt);
|
||||
int param_getstr(const char *line, int paramnum, char * str);
|
||||
|
||||
// Needed to Authenticate to Ultralight C tags & DESFIRE tags
|
||||
void rol (uint8_t *data, const size_t len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue