diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-15 12:40:10 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-15 12:40:10 +0100 |
commit | dd2fd8027454acaa5c12beea6f7b721fc8794715 (patch) | |
tree | 00cffba5910f8df2f7d0ccbe444a0f3dc55ca5aa /docs/env_variables.md | |
parent | ffc1fc655f24aa6532a6feadf805a852aeb644e8 (diff) | |
download | afl++-dd2fd8027454acaa5c12beea6f7b721fc8794715.tar.gz |
doc updates
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index f7745247..f6ed12d0 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -451,6 +451,7 @@ checks or alter some of the more exotic semantics of the tool: `banner` corresponds to the name of the fuzzer provided through `-M/-S`. `afl_version` corresponds to the currently running afl version (e.g `++3.0c`). Default (empty/non present) will add no tags to the metrics. + See [rpc_statsd.md](rpc_statsd.md) for more information. - Setting `AFL_CRASH_EXITCODE` sets the exit code afl treats as crash. For example, if `AFL_CRASH_EXITCODE='-1'` is set, each input resulting |