mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
reveng -g (model search given just hexstr with crc)
This commit is contained in:
parent
53ee28cb3a
commit
d2219cae51
4 changed files with 139 additions and 25 deletions
|
@ -14,6 +14,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 CmdrevengSearch(const char *Cmd);
|
||||
int GetModels(char *Models[], int *count, uint8_t *width);
|
||||
int RunModel(char *inModel, char *inHexStr, bool reverse, char endian, char *result);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue