about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorRuben ten Hove <ruben.tenhove@tno.nl>2022-06-17 21:03:46 +0200
committerRuben ten Hove <ruben.tenhove@tno.nl>2022-06-17 21:03:46 +0200
commit3d1a57deed63bdff6c817e1b1a8098df94ea5eac (patch)
treed8cc32f090e233433b2e904c0c36691141d1bd25 /docs/env_variables.md
parent80892b8fc597fcfa73bd9f105d3f0f4171a92c57 (diff)
downloadafl++-3d1a57deed63bdff6c817e1b1a8098df94ea5eac.tar.gz
feat: allow to skip readme creation on crash
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md
index a63aad10..0598a809 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -619,6 +619,10 @@ The QEMU wrapper used to instrument binary-only code supports several settings:
     emulation" variables (e.g., `QEMU_STACK_SIZE`), but there should be no
     reason to touch them.
 
+  - Normally a `README.txt` is written to the `crashes/` directory when a first
+    crash is found. Setting `AFL_NO_CRASH_README` will prevent this. Useful when
+    counting crashes based on a file count in that directory.
+
 ## 7) Settings for afl-frida-trace
 
 The FRIDA wrapper used to instrument binary-only code supports many of the same