diff options
author | vanhauser-thc <vh@thc.org> | 2023-02-13 09:52:57 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-02-13 09:52:57 +0100 |
commit | 54fa78d32ce6779117a656c72f5c630713e7033f (patch) | |
tree | d68b135690bda4f5d433abe81777e53999d8559a /include/config.h | |
parent | 61439859cece05cd3e204af60bb5ff08556c490d (diff) | |
download | afl++-54fa78d32ce6779117a656c72f5c630713e7033f.tar.gz |
autodisable and better performance
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 49d09174..ad8b76a8 100644 --- a/include/config.h +++ b/include/config.h @@ -491,6 +491,10 @@ #define AFL_TXT_MIN_LEN 16 +/* Maximum length of a queue input to be evaluated for "is_ascii"? */ + +#define AFL_TXT_MAX_LEN 65535 + /* What is the minimum percentage of ascii characters present to be classifed as "is_ascii"? */ |