diff options
| author | vanhauser-thc <vh@thc.org> | 2023-01-15 13:47:31 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2023-01-15 13:47:31 +0100 |
| commit | 35801bed7a5feb8cc3a363bafbd577f256c467f6 (patch) | |
| tree | 29a48f21bc678a605e15cdd4fd205ae7a42cba45 /include | |
| parent | 9548af52b266ecc2aed81f388f7a1a7a3fcfb181 (diff) | |
| download | afl++-35801bed7a5feb8cc3a363bafbd577f256c467f6.tar.gz | |
dictionary support
Diffstat (limited to 'include')
| -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 a5a4c473..6cfaac11 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 94 +#define AFL_TXT_MIN_PERCENT 95 /* How often to perform ASCII mutations 0 = disable, 1-8 are good values */ |
