mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
inital changes for U256
This commit is contained in:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user