diff options
author | van Hauser <vh@thc.org> | 2020-07-24 13:26:07 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-24 13:26:07 +0200 |
commit | 30c09915432af7a9e98f9b4d8b09566731e0cca9 (patch) | |
tree | d00b7d7a24d5398b1c795fc03d6991a1075cf8f3 /include/config.h | |
parent | 3e04dbd5a1048ed3dd245c9db70d8a8d3b7d7135 (diff) | |
download | afl++-30c09915432af7a9e98f9b4d8b09566731e0cca9.tar.gz |
better text mutation
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h index 9710cd1f..344a368f 100644 --- a/include/config.h +++ b/include/config.h @@ -403,15 +403,14 @@ /* Text mutations */ -/* What is the minimum length of a queue input to be evaluated for "is_ascii"? -+ */ +/* Minimum length of a queue input to be evaluated for "is_ascii"? */ #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 95 +#define AFL_TXT_MIN_PERCENT 94 /* How often to perform ASCII mutations 0 = disable, 1-8 are good values */ @@ -423,7 +422,7 @@ /* Maximum mutations on a string */ -#define AFL_TXT_STRING_MAX_MUTATIONS 8 +#define AFL_TXT_STRING_MAX_MUTATIONS 6 #endif /* ! _HAVE_CONFIG_H */ |