From 837a9693ab8162ab32e8b33d23f262c313e5067d Mon Sep 17 00:00:00 2001 From: Chi-Feng Tsai Date: Mon, 9 Sep 2024 11:32:32 +0800 Subject: Update env_variables.md --- docs/env_variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/env_variables.md b/docs/env_variables.md index 8c2d5848..3db46b36 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -610,7 +610,7 @@ checks or alter some of the more exotic semantics of the tool: see [rpc_statsd.md](rpc_statsd.md). - `AFL_SYNC_TIME` allows you to specify a different minimal time (in minutes) - between fuzzing instances synchronization. Default sync time is 30 minutes, + between fuzzing instances synchronization. Default sync time is 20 minutes, note that time is halved for -M main nodes. - `AFL_NO_SYNC` disables any syncing whatsoever and takes priority on all -- cgit 1.4.1 From 5b44067e9ce72826f87e26e9e1ee0e0c3c1b5e1f Mon Sep 17 00:00:00 2001 From: Seyed Behnam Andarzian Date: Mon, 16 Sep 2024 12:23:10 +0200 Subject: Update fuzzing_in_depth.md for a typo (#2209) --- docs/fuzzing_in_depth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md index 82437807..79d0500d 100644 --- a/docs/fuzzing_in_depth.md +++ b/docs/fuzzing_in_depth.md @@ -632,7 +632,7 @@ crash or timeout during startup. Also, it is recommended to set `export AFL_IMPORT_FIRST=1` to load test cases from other fuzzers in the campaign first. But note that can slow down the start -of the first fuzz by quite a lot of you have many fuzzers and/or many seeds. +of the first fuzz by quite a lot if you have many fuzzers and/or many seeds. If you have a large corpus, a corpus from a previous run or are fuzzing in a CI, then also set `export AFL_CMPLOG_ONLY_NEW=1` and `export AFL_FAST_CAL=1`. -- cgit 1.4.1