ADD: @marshmellow42 's new "-g" search for crc in a hexstring *great*

ADD: fixes in the reveng calling methods
This commit is contained in:
iceman1001 2015-06-10 08:46:16 +02:00
commit 99789601dc
3 changed files with 126 additions and 17 deletions

View file

@ -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