Skip to content

Commit

Permalink
Update Tutorial as suggested by jeffball55 in aflgo#3
Browse files Browse the repository at this point in the history
  • Loading branch information
aflgo authored Sep 25, 2017
1 parent 01156c1 commit 3a13837
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3a13837

Please sign in to comment.