diff options
author | van Hauser <vh@thc.org> | 2021-08-07 12:03:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-07 12:03:29 +0200 |
commit | 6b06d4c74d0d8d82ddbe75c81e35ed423e735314 (patch) | |
tree | 12ba5226e92ab43c7cc5c70925a58cfe0513773b /utils/plot_ui/README.md | |
parent | 8ad6e7c1404be214ea25692cbd9093aad3dff9ae (diff) | |
parent | fda210aabd9d5493d72f36eaaefe7bdff34c241c (diff) | |
download | afl++-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/plot_ui/README.md')
-rw-r--r-- | utils/plot_ui/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/plot_ui/README.md b/utils/plot_ui/README.md new file mode 100644 index 00000000..d8afa09f --- /dev/null +++ b/utils/plot_ui/README.md @@ -0,0 +1,5 @@ +# afl-plot-ui + +`afl-plot-ui` is a helper utility for rendering the GNUplot graphs in a GTK window. This allows to real time resizing, scrolling, and cursor positioning features while viewing the graph. This utility also provides options to hide graphs using check buttons. + +*NOTE:* This utility is not meant to be used standalone. Never run this utility directly. Always run [`afl-plot`](../../afl-plot), which will, in turn, invoke this utility (when run using `-g` or `--graphical` flag). \ No newline at end of file |