diff options
author | van Hauser <vh@thc.org> | 2022-07-11 11:53:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 11:53:03 +0200 |
commit | 46fed1f43fad13d75caa95b2087d49a8bf0709a5 (patch) | |
tree | d31818db6b41cabd98b294641fb0119be26d813e /docs/env_variables.md | |
parent | d088c2604528acf1d732b251de90c729c4842554 (diff) | |
parent | 662662c15d5026ff0bc43b338f9205af06aa6417 (diff) | |
download | afl++-46fed1f43fad13d75caa95b2087d49a8bf0709a5.tar.gz |
Merge pull request #1472 from llzmb/docs_quality_assurance_5
Fix formatting, punctuation, and typos of docs
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index c836a929..00948fc1 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -160,7 +160,7 @@ Available options: Setting `AFL_LLVM_CMPLOG=1` during compilation will tell afl-clang-fast to produce a CmpLog binary. -For afl-gcc-fast set `AFL_GCC_CMPLOG=1` instead. +For afl-gcc-fast, set `AFL_GCC_CMPLOG=1` instead. For more information, see [instrumentation/README.cmplog.md](../instrumentation/README.cmplog.md). @@ -462,7 +462,7 @@ checks or alter some of the more exotic semantics of the tool: some basic stats. This behavior is also automatically triggered when the output from afl-fuzz is redirected to a file or to a pipe. - - In QEMU mode (-Q) and Frida mode (-O), `AFL_PATH` will be searched for + - In QEMU mode (-Q) and FRIDA mode (-O), `AFL_PATH` will be searched for afl-qemu-trace and afl-frida-trace.so. - If you are using persistent mode (you should, see @@ -555,10 +555,10 @@ checks or alter some of the more exotic semantics of the tool: in the target binary - If you need an early forkserver in your target because of early - constructors in your target you can set `AFL_EARLY_FORKSERVER`. + constructors in your target, you can set `AFL_EARLY_FORKSERVER`. Note that this is not a compile time option but a runtime option :-) - - set `AFL_PIZZA_MODE` to 1 to enable the April 1st stats menu, set to 0 + - Set `AFL_PIZZA_MODE` to 1 to enable the April 1st stats menu, set to 0 to disable although it is 1st of April. ## 5) Settings for afl-qemu-trace |