about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-08-07 12:03:29 +0200
committerGitHub <noreply@github.com>2021-08-07 12:03:29 +0200
commit6b06d4c74d0d8d82ddbe75c81e35ed423e735314 (patch)
tree12ba5226e92ab43c7cc5c70925a58cfe0513773b /README.md
parent8ad6e7c1404be214ea25692cbd9093aad3dff9ae (diff)
parentfda210aabd9d5493d72f36eaaefe7bdff34c241c (diff)
downloadafl++-6b06d4c74d0d8d82ddbe75c81e35ed423e735314.tar.gz
Merge pull request #1053 from DMaroo/gtk-dev
Added a minimal working/functional GTK UI for analyzing fuzzing stats
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index c5e396c5..92b6071c 100644
--- a/README.md
+++ b/README.md
@@ -1181,6 +1181,18 @@ If you have gnuplot installed, you can also generate some pretty graphs for any
 active fuzzing task using afl-plot. For an example of how this looks like,
 see [http://lcamtuf.coredump.cx/afl/plot/](http://lcamtuf.coredump.cx/afl/plot/).
 
+You can also manually build and install afl-plot-ui, which is a helper utility
+for showing the graphs generated by afl-plot in a graphical window using GTK.
+You can build and install it as follows
+
+```shell
+sudo apt install libgtk-3-0 libgtk-3-dev pkg-config
+cd utils/plot_ui
+make
+cd ../../
+sudo make install
+```
+
 ## Help: Crash triage
 
 The coverage-based grouping of crashes usually produces a small data set that