diff options
author | vanhauser-thc <vh@thc.org> | 2023-02-04 15:39:03 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-02-04 15:39:03 +0100 |
commit | 90f61552f794fc0fae5dc2585f81f31d32db1e89 (patch) | |
tree | d10497ce19d635ed371043e281b6f44d78dd7310 /include/config.h | |
parent | ec87abda93d68f489f26ed2a2ae75b4f1e26d0bb (diff) | |
download | afl++-90f61552f794fc0fae5dc2585f81f31d32db1e89.tar.gz |
changes
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index f8a742f2..ed8b844c 100644 --- a/include/config.h +++ b/include/config.h @@ -489,12 +489,12 @@ /* Minimum length of a queue input to be evaluated for "is_ascii"? */ -#define AFL_TXT_MIN_LEN 12 +#define AFL_TXT_MIN_LEN 16 /* What is the minimum percentage of ascii characters present to be classifed as "is_ascii"? */ -#define AFL_TXT_MIN_PERCENT 95 +#define AFL_TXT_MIN_PERCENT 98 /* How often to perform ASCII mutations 0 = disable, 1-8 are good values */ |