mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
reveng add api RunModel
This commit is contained in:
parent
2d3c535ec9
commit
37f4270a24
3 changed files with 137 additions and 1 deletions
|
@ -13,5 +13,7 @@
|
|||
|
||||
int CmdCrc(const char *Cmd);
|
||||
int CmdrevengTest(const char *Cmd);
|
||||
int CmdrevengTestC(const char *Cmd);
|
||||
int GetModels(char *Models[], int *count, uint32_t *width);
|
||||
int RunModel(char *inModel, char *inHexStr, bool reverse, char *result);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue