diff options
author | van Hauser <vh@thc.org> | 2020-11-02 13:11:21 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-11-02 13:11:21 +0100 |
commit | 52512aa0af33a4618649e30b99935620974080dd (patch) | |
tree | 5a4c212802fced88212dc90ec3ea42dece1d1c2a | |
parent | cbfd1c65356379c1287e9e4d501b26e3d3ab50b6 (diff) | |
download | afl++-52512aa0af33a4618649e30b99935620974080dd.tar.gz |
specify testcache is enabled by default
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index c1ba3be6..26a81d9d 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ behaviours and defaults: * -m none is now default, set memory limits (in MB) with e.g. -m 250 * deterministic fuzzing is now disabled by default (unless using -M) and can be enabled with -D - * a caching of testcases can now be performed and can be enabled by + * a caching of testcases can now be performed and can be modified by editing config.h for TESTCASE_CACHE or by specifying the env variable - `AFL_TESTCACHE_SIZE` (in MB). Good values are between 50-500. + `AFL_TESTCACHE_SIZE` (in MB). Good values are between 50-500 (default: 50). ## Contents |