about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-02-13 11:34:14 +0100
committervanhauser-thc <vh@thc.org>2023-02-13 11:34:14 +0100
commit80eabd6e8a30c2ffc0f084ab34df8b9d582419c3 (patch)
tree3cd5bfa41f3931d9095f5c0576cefc5ecc60367b /docs/env_variables.md
parent5a0100c6eece0d668c7040ec6e6ed3f59ef0d1ba (diff)
downloadafl++-80eabd6e8a30c2ffc0f084ab34df8b9d582419c3.tar.gz
AFL_LLVM_DICT2FILE_NO_MAIN support
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md
index 0a57d190..61fb1e2b 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -129,6 +129,9 @@ subset of the settings discussed in section 1, with the exception of:
     write all constant string comparisons to this file to be used later with
     afl-fuzz' `-x` option.
 
+  - An option to `AFL_LLVM_DICT2FILE` is `AFL_LLVM_DICT2FILE_NO_MAIN=1` which
+    skill not parse `main()`.
+
   - `TMPDIR` and `AFL_KEEP_ASSEMBLY`, since no temporary assembly files are
     created.