1afl-plot(8) System Manager's Manual afl-plot(8)
2
3
4
6 afl-plot
7
8
10 afl-plot [ -g | --graphical ] afl_state_dir graph_output_dir
11
12
14 This program generates gnuplot images from afl-fuzz output data.
15
16 Usage:
17
18 afl_state_dir should point to an existing state directory for any
19 active or stopped instance of afl-fuzz
20 graph_output_dir should point to an empty directory where this
21 tool can write the resulting plots to
22 -g, --graphical (optional) display the plots in a graphical window
23 (you should have built afl-plot-ui to use this option)
24
25 The program will put index.html and three PNG images in the output directory;
26 you should be able to view it with any web browser of your choice.
27
28
30 afl++ was written by Michal "lcamtuf" Zalewski and is maintained by
31 Marc "van Hauser" Heuse <mh@mh-sec.de>, Heiko "hexcoder-" Eissfeldt
32 <heiko.eissfeldt@hexco.de>, Andrea Fioraldi <andreafioraldi@gmail.com>
33 and Dominik Maier <domenukk@gmail.com> The homepage of afl++ is:
34 https://github.com/AFLplusplus/AFLplusplus
35
36
38 Apache License Version 2.0, January 2004
39
40
41
42afl++ 2022-03-31 afl-plot(8)