diff options
author | DMaroo <dhruvmaru007@gmail.com> | 2021-08-06 18:53:00 +0530 |
---|---|---|
committer | DMaroo <dhruvmaru007@gmail.com> | 2021-08-06 18:53:00 +0530 |
commit | 533c612dc9cef84ee54c86493da8253373791b31 (patch) | |
tree | e7b3b112693221d6729843f9c6121fc448692887 | |
parent | df5e61de8386d3dc9c22d8b541f2a70548d8872e (diff) | |
download | afl++-533c612dc9cef84ee54c86493da8253373791b31.tar.gz |
Updated README to contain description regarding plot_ui
-rw-r--r-- | utils/README.md | 3 |
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 |