about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-01-15 13:47:31 +0100
committervanhauser-thc <vh@thc.org>2023-01-15 13:47:31 +0100
commit35801bed7a5feb8cc3a363bafbd577f256c467f6 (patch)
tree29a48f21bc678a605e15cdd4fd205ae7a42cba45 /include/config.h
parent9548af52b266ecc2aed81f388f7a1a7a3fcfb181 (diff)
downloadafl++-35801bed7a5feb8cc3a363bafbd577f256c467f6.tar.gz
dictionary support
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
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 */