aboutsummaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-20 10:55:02 +0200
committervan Hauser <vh@thc.org>2020-06-20 10:55:02 +0200
commit07a4e6370af5e1ad046c063b5b904176c7e978df (patch)
treef4c07c8ace43f35a1c2f9b5b65fa2d04b04c4f82 /include/config.h
parent1381e96d8ce09c6c09704764da189609fbe841cf (diff)
downloadAFLplusplus-07a4e6370af5e1ad046c063b5b904176c7e978df.tar.gz
modify txt configs for test
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h
index d4dd70ff..0ee149e7 100644
--- a/include/config.h
+++ b/include/config.h
@@ -402,16 +402,16 @@
/* What is the minimum length of a queue input to be evaluated for "is_ascii"?
*/
-#define AFL_TXT_MIN_LEN 8
+#define AFL_TXT_MIN_LEN 12
/* What is the minimum percentage of ascii characters present to be classifed
as "is_ascii"? */
-#define AFL_TXT_MIN_PERCENT 80
+#define AFL_TXT_MIN_PERCENT 95
/* How often to perform ASCII mutations 0 = disable, 1-8 are good values */
-#define AFL_TXT_BIAS 6
+#define AFL_TXT_BIAS 8
/* Maximum length of a string to tamper with */
@@ -419,7 +419,7 @@
/* Maximum mutations on a string */
-#define AFL_TXT_STRING_MAX_MUTATIONS 16
+#define AFL_TXT_STRING_MAX_MUTATIONS 8
#endif /* ! _HAVE_CONFIG_H */