mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
ADD: @marshmellow42 's new "-g" search for crc in a hexstring *great*
ADD: fixes in the reveng calling methods
This commit is contained in:
parent
68ff832584
commit
99789601dc
3 changed files with 126 additions and 17 deletions
|
@ -13,6 +13,7 @@
|
|||
|
||||
int CmdCrc(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