dictionary support

This commit is contained in:
vanhauser-thc
2023-01-15 13:47:31 +01:00
parent 9548af52b2
commit 35801bed7a
3 changed files with 199 additions and 68 deletions

View File

@ -494,7 +494,7 @@
/* What is the minimum percentage of ascii characters present to be classifed
as "is_ascii"? */
#define AFL_TXT_MIN_PERCENT 94
#define AFL_TXT_MIN_PERCENT 95
/* How often to perform ASCII mutations 0 = disable, 1-8 are good values */