mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
aid search works
This commit is contained in:
parent
766262033a
commit
2a4a9745c9
3 changed files with 69 additions and 18 deletions
|
@ -19,8 +19,10 @@
|
|||
#include <jansson.h>
|
||||
|
||||
int PrintAIDDescription(char *aid, bool verbose);
|
||||
int PrintAIDDescriptionBuf(uint8_t *aid, size_t aidlen, bool verbose);
|
||||
json_t *AIDSearchInit();
|
||||
json_t *AIDSearchGetElm(json_t *root, int elmindx);
|
||||
bool AIDGetFromElm(json_t *data, uint8_t *aid, size_t aidmaxlen, int *aidlen);
|
||||
int AIDSearchFree();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue