aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-05 12:30:26 +0100
committervan Hauser <vh@thc.org>2021-01-05 12:30:26 +0100
commit6b54310452a1b743a90ad45fcc511f59dd7821ec (patch)
tree8f9aa85ee1de33a56a486d1300064c8bf7493fed /include
parentcaf1fbd6323f4069bed20e386d425e529be48a27 (diff)
downloadAFLplusplus-6b54310452a1b743a90ad45fcc511f59dd7821ec.tar.gz
selective instrumentation documented
Diffstat (limited to 'include')
-rw-r--r--include/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index ba62d4c6..c0cd0ef1 100644
--- a/include/config.h
+++ b/include/config.h
@@ -186,7 +186,9 @@
#define TRIM_START_STEPS 16
#define TRIM_END_STEPS 1024
-/* Maximum size of input file, in bytes (keep under 100MB): */
+/* Maximum size of input file, in bytes (keep under 100MB, default 1MB):
+ (note that if this value is changed, several areas in afl-cc.c, afl-fuzz.c
+ and afl-fuzz-state.c have to be changed as well! */
#define MAX_FILE (1 * 1024 * 1024U)