about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--utils/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/README.md b/utils/README.md
index b157424f..1c401237 100644
--- a/utils/README.md
+++ b/utils/README.md
@@ -5,6 +5,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