Man page - afl-plot(8)
Packages contas this manual
- afl-showmap(8)
- afl-lto(8)
- afl-fuzz(8)
- afl-addseeds(8)
- afl-cmin(8)
- afl-c++(8)
- afl-persistent-config(8)
- afl-whatsup(8)
- afl-clang-fast(8)
- afl-cmin.bash(8)
- afl-gcc-fast(8)
- afl-gotcpu(8)
- afl-tmin(8)
- afl-clang-fast++(8)
- afl-system-config(8)
- afl-clang-lto++(8)
- afl-clang-lto(8)
- afl-plot(8)
- afl-analyze(8)
- afl-g++-fast(8)
- afl-lto++(8)
- afl-as(8)
- afl-cc(8)
Package: afl++
apt-get install afl++
apt-get install afl++
Manuals in package:
Documentations in package:
Manual
| afl-plot(8) | System Manager's Manual | afl-plot(8) |
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 <mh@mh-sec.de>, Dominik Maier <domenukk@gmail.com>, Andrea Fioraldi <andreafioraldi@gmail.com> and Heiko "hexcoder-" Eissfeldt <heiko.eissfeldt@hexco.de> The homepage of AFL++ is: https://github.com/AFLplusplus/AFLplusplus
LICENSE
Apache License Version 2.0, January 2004
| 2025-01-13 | AFL++ |