mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
hf 14a info: added verbose, command optimization, move it to cliparser
This commit is contained in:
parent
6eb7c8e7a5
commit
8befad6d34
3 changed files with 42 additions and 28 deletions
|
@ -18,9 +18,9 @@
|
|||
|
||||
#include <jansson.h>
|
||||
|
||||
int PrintAIDDescription(char *aid, bool verbose);
|
||||
int PrintAIDDescriptionBuf(uint8_t *aid, size_t aidlen, bool verbose);
|
||||
json_t *AIDSearchInit();
|
||||
int PrintAIDDescription(json_t *root, char *aid, bool verbose);
|
||||
int PrintAIDDescriptionBuf(json_t *root, uint8_t *aid, size_t aidlen, bool verbose);
|
||||
json_t *AIDSearchInit(bool verbose);
|
||||
json_t *AIDSearchGetElm(json_t *root, int elmindx);
|
||||
bool AIDGetFromElm(json_t *data, uint8_t *aid, size_t aidmaxlen, int *aidlen);
|
||||
int AIDSearchFree();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue