diff options
author | hexcoder- <heiko@hexco.de> | 2020-02-25 20:54:08 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-02-25 20:54:08 +0100 |
commit | 4bd736e1a79ada95ae4266be72c331106e580075 (patch) | |
tree | afd1955f38985a93fa4a22123dd09eceb11d14e4 /afl-plot | |
parent | d39830a4dc822b2ee0d6846587a3089259f5447f (diff) | |
download | afl++-4bd736e1a79ada95ae4266be72c331106e580075.tar.gz |
more env info for afl-plot and afl-analyze
Diffstat (limited to 'afl-plot')
-rwxr-xr-x | afl-plot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/afl-plot b/afl-plot index d99abff0..0f0154a6 100755 --- a/afl-plot +++ b/afl-plot @@ -32,6 +32,8 @@ an empty directory where this tool can write the resulting plots to. The program will put index.html and three PNG images in the output directory; you should be able to view it with any web browser of your choice. +Environment variables used: +AFL_ALLOW_TMP: allow /var/tmp or /tmp for input and output directories _EOF_ exit 1 |