about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-25 20:10:09 +0100
committervanhauser-thc <vh@thc.org>2021-03-25 20:10:09 +0100
commitc169cb3911b33fbc3974005788ade1c9218ade98 (patch)
tree7bf263a8a3a37813a4545b888efd4f9850286a61 /docs/env_variables.md
parent00a53a870d7ccd24e13e6cb2bbbd7535964f7737 (diff)
downloadafl++-c169cb3911b33fbc3974005788ade1c9218ade98.tar.gz
integrate frida_mode, code-format
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md
index 572fad01..899b36cc 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -372,7 +372,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), `AFL_PATH` will be searched for afl-qemu-trace.
+  - In QEMU mode (-Q), Unicorn mode (-U) and Frida mode (-O), `AFL_PATH` will
+    be searched for afl-qemu-trace.
 
   - 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
@@ -605,7 +606,7 @@ optimal values if not already present in the environment:
     override this by setting `LD_BIND_LAZY` beforehand, but it is almost
     certainly pointless.
 
-  - By default, `ASAN_OPTIONS` are set to:
+  - By default, `ASAN_OPTIONS` are set to (among others):
 ```
     abort_on_error=1
     detect_leaks=0