diff options
author | vanhauser-thc <vh@thc.org> | 2023-02-06 08:52:12 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-02-06 08:52:12 +0100 |
commit | ca063c92d20f4dee6ae9fd1d48dc531768b14ca5 (patch) | |
tree | 118313de737addd4387bedbebbb7ef5ff2145576 /include/config.h | |
parent | 8a2547073c500fcd637a7b276b7a38313bb70b5f (diff) | |
download | afl++-ca063c92d20f4dee6ae9fd1d48dc531768b14ca5.tar.gz |
more options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index ed8b844c..49d09174 100644 --- a/include/config.h +++ b/include/config.h @@ -494,7 +494,7 @@ /* What is the minimum percentage of ascii characters present to be classifed as "is_ascii"? */ -#define AFL_TXT_MIN_PERCENT 98 +#define AFL_TXT_MIN_PERCENT 99 /* How often to perform ASCII mutations 0 = disable, 1-8 are good values */ |