diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-16 00:41:32 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-16 00:41:32 +0200 |
commit | e41d1183cca02fb4d6398df4fc3e028dfd9c5f72 (patch) | |
tree | d4cca5699382b051c8b7801f5a662d35caa2e3e9 /docs/env_variables.md | |
parent | c8e96e52536d47ee41967657202574d8e61562ee (diff) | |
download | afl++-e41d1183cca02fb4d6398df4fc3e028dfd9c5f72.tar.gz |
fix nits
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 1f4dfef9..0100ffac 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -382,8 +382,8 @@ checks or alter some of the more exotic semantics of the tool: may complain of high load prematurely, especially on systems with low core counts. To avoid the alarming red color, you can set `AFL_NO_CPU_RED`. - - In QEMU mode (-Q), Unicorn mode (-U) and Frida mode (-O), `AFL_PATH` will - be searched for afl-qemu-trace. + - In QEMU mode (-Q) and Frida mode (-O), `AFL_PATH` will + be searched for afl-qemu-trace and afl-frida-trace.so. - In QEMU mode (-Q), setting `AFL_QEMU_CUSTOM_BIN` cause afl-fuzz to skip prepending `afl-qemu-trace` to your command line. Use this if you wish to use a |