mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
reveng RunModel - add endian switches
This commit is contained in:
parent
37f4270a24
commit
7a23fca13a
2 changed files with 40 additions and 5 deletions
|
@ -15,5 +15,5 @@ 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);
|
||||
int RunModel(char *inModel, char *inHexStr, bool reverse, char endian, char *result);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue