mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
Added separate build and install instructions for afl-plot-ui
This commit is contained in:
parent
691af58b73
commit
fda210aabd
14
README.md
14
README.md
@ -192,7 +192,7 @@ The easiest choice is to build and install everything:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y build-essential python3-dev automake git flex bison libglib2.0-dev libpixman-1-dev python3-setuptools libgtk-3-0 libgtk-3-dev pkg-config
|
sudo apt-get install -y build-essential python3-dev automake git flex bison libglib2.0-dev libpixman-1-dev python3-setuptools
|
||||||
# try to install llvm 11 and install the distro default if that fails
|
# try to install llvm 11 and install the distro default if that fails
|
||||||
sudo apt-get install -y lld-11 llvm-11 llvm-11-dev clang-11 || sudo apt-get install -y lld llvm llvm-dev clang
|
sudo apt-get install -y lld-11 llvm-11 llvm-11-dev clang-11 || sudo apt-get install -y lld llvm llvm-dev clang
|
||||||
sudo apt-get install -y gcc-$(gcc --version|head -n1|sed 's/.* //'|sed 's/\..*//')-plugin-dev libstdc++-$(gcc --version|head -n1|sed 's/.* //'|sed 's/\..*//')-dev
|
sudo apt-get install -y gcc-$(gcc --version|head -n1|sed 's/.* //'|sed 's/\..*//')-plugin-dev libstdc++-$(gcc --version|head -n1|sed 's/.* //'|sed 's/\..*//')-dev
|
||||||
@ -1159,6 +1159,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,
|
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/).
|
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
|
## Help: Crash triage
|
||||||
|
|
||||||
The coverage-based grouping of crashes usually produces a small data set that
|
The coverage-based grouping of crashes usually produces a small data set that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user