about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-02-06 08:52:12 +0100
committervanhauser-thc <vh@thc.org>2023-02-06 08:52:12 +0100
commitca063c92d20f4dee6ae9fd1d48dc531768b14ca5 (patch)
tree118313de737addd4387bedbebbb7ef5ff2145576
parent8a2547073c500fcd637a7b276b7a38313bb70b5f (diff)
downloadafl++-ca063c92d20f4dee6ae9fd1d48dc531768b14ca5.tar.gz
more options
-rw-r--r--include/config.h2
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 */