diff options
author | van Hauser <vh@thc.org> | 2020-10-14 16:38:29 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-10-14 16:38:29 +0200 |
commit | 23872d6f2c0ae77beb832f44d392f86cc8530e1a (patch) | |
tree | 2c405651ed4322a052764920360caaf8ce376a2c /docs | |
parent | 56ac3fcdc511d124ad058412021ead21bbbcf4bf (diff) | |
download | afl++-23872d6f2c0ae77beb832f44d392f86cc8530e1a.tar.gz |
add documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/env_variables.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index ebb7521e..49eadcaa 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -282,6 +282,10 @@ checks or alter some of the more exotic semantics of the tool: the target. This must be equal or larger than the size the target was compiled with. + - AFL_TESTCACHE_SIZE allows you to overrider the define in config.h for + TESTCASE_CACHE. Recommended values are 50-250MB - or more if your + fuzzing finds a huge amount of paths for large inputs. + - Setting AFL_DISABLE_TRIM tells afl-fuzz to no trim test cases. This is usually a bad idea! |