about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-06-18 00:25:03 +0200
committerGitHub <noreply@github.com>2022-06-18 00:25:03 +0200
commita96f9a349a437c876170939b1a1b123e1611998b (patch)
tree0806ecd605d4fc82f5631dc0efb668050ef05c40 /docs/env_variables.md
parent80892b8fc597fcfa73bd9f105d3f0f4171a92c57 (diff)
parent499082384094e9cb3ff4fe18ee068e302e550aa3 (diff)
downloadafl++-a96f9a349a437c876170939b1a1b123e1611998b.tar.gz
Merge pull request #1441 from rhtenhove/noreadme
Allow to skip README.txt creation in crashes/
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