inital changes for U256

This commit is contained in:
vanhauser-thc
2023-10-03 11:12:58 +02:00
parent 63100d2012
commit 8d25a3f987
6 changed files with 56 additions and 15 deletions

View File

@ -60,6 +60,9 @@
*
*/
/* Support 38 byte wide strings (default: off - up to 29 bytes) */
#define CMPLOG_U256 1
/* If a redqueen pass finds more than one solution, try to combine them? */
#define CMPLOG_COMBINE
@ -523,5 +526,12 @@
#define AFL_TXT_STRING_MAX_MUTATIONS 6
/* IGNORE */
#ifdef CMPLOG_U256
#define _CMPLOG_EXTRA 8
#else
#define _CMPLOG_EXTRA 0
#endif
#endif /* ! _HAVE_CONFIG_H */