reveng -g (model search given just hexstr with crc)

This commit is contained in:
marshmellow42 2015-06-10 01:33:37 -04:00
commit d2219cae51
4 changed files with 139 additions and 25 deletions

View file

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