From 3a1383736767c09e4a01a9cc089f52e6e6f64e58 Mon Sep 17 00:00:00 2001 From: aflgo <30997585+aflgo@users.noreply.github.com> Date: Mon, 25 Sep 2017 20:30:31 +0800 Subject: [PATCH] Update Tutorial as suggested by jeffball55 in #3 --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index aee8d427..ae39814e 100644 --- a/Readme.md +++ b/Readme.md @@ -30,6 +30,7 @@ sudo apt-get install python3-dev sudo apt-get install python3-pip sudo pip3 install --upgrade pip sudo pip3 install networkx +sudo pip3 install pydot sudo pip3 install pydotplus ``` 3) Compile AFLGo fuzzer and LLVM-instrumentation pass @@ -89,9 +90,10 @@ export CXXFLAGS="$CXXFLAGS $ADDITIONAL" # Build libxml2 (in order to generate CG and CFGs). # Meanwhile go have a coffee ☕️ +export LDFLAGS=-lpthreads pushd $SUBJECT ./autogen.sh - ./configure -disable-shared + ./configure --disable-shared make -j$(nproc) clean make -j$(nproc) all popd