diff options
author | Ruben ten Hove <ruben.tenhove@tno.nl> | 2022-06-18 00:41:50 +0200 |
---|---|---|
committer | Ruben ten Hove <ruben.tenhove@tno.nl> | 2022-06-18 00:41:50 +0200 |
commit | 60702fef7a75ee45fbee738e0449a8035916e9d5 (patch) | |
tree | e5cc7272f97d2b69d570ab04a52835fcaaeed28a /docs/env_variables.md | |
parent | 47d894747169692362eb0266017753e0838ecc2c (diff) | |
parent | a96f9a349a437c876170939b1a1b123e1611998b (diff) | |
download | afl++-60702fef7a75ee45fbee738e0449a8035916e9d5.tar.gz |
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 4 |
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 |