afl-plot - (unknown subject)

NAME  SYNOPSIS  OPTIONS  AUTHOR  LICENSE 

NAME

afl-plot

SYNOPSIS

afl-plot [ -g | --graphical ] afl_state_dir graph_output_dir

OPTIONS

This program generates gnuplot images from afl-fuzz output data.

Usage:

afl_state_dir should point to an existing state directory for any
active or stopped instance of afl-fuzz
graph_output_dir should point to an empty directory where this
tool can write the resulting plots to
-g, --graphical (optional) display the plots in a graphical window
(you should have built afl-plot-ui to use this option)

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.

AUTHOR

AFL++ was written by Michal "lcamtuf" Zalewski and is maintained by Marc "van Hauser" Heuse <[email protected]>, Dominik Maier <[email protected]>, Andrea Fioraldi <[email protected]> and Heiko "hexcoder-" Eissfeldt <[email protected]> The homepage of AFL++ is: https://github.com/AFLplusplus/AFLplusplus

LICENSE

Apache License Version 2.0, January 2004


Updated 2024-01-29 - jenkler.se | uex.se