about summary refs log tree commit diff
path: root/utils/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 /utils/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 'utils/README.md')
-rw-r--r--utils/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/README.md b/utils/README.md
index eb2e36b7..7fd6177a 100644
--- a/utils/README.md
+++ b/utils/README.md
@@ -8,6 +8,9 @@ Here's a quick overview of the stuff you can find in this directory:
   - afl_network_proxy    - fuzz a target over the network: afl-fuzz on
                            a host, target on an embedded system.
 
+  - plot_ui              - simple UI window utility to display the
+                           plots generated by afl-plot
+
   - afl_proxy            - skeleton file example to show how to fuzz
                            something where you gather coverage data via
                            different means, e.g. hw debugger