about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 801f678..6abacf0 100644
--- a/README.md
+++ b/README.md
@@ -17,13 +17,19 @@ Note that you can also use dyninst 9.3.2, its actually less hassle, but has less
 
 1. Edit the Makefile and set DYNINST_ROOT and AFL_ROOT to appropriate paths. 
 
-if you installed dyninst 10.x or from github you also have to set DYNINST_BUILD set DYNINST_OPT to $(DYNINST10)
+if you built dyninst 10.x or from directly from github: you also have to set DYNINST_BUILD to the .../dyninst/build directory and then set DYNINST_OPT to $(DYNINST10)
 
 2. make
 
 3. make install
 
 
+*NOTE:* building dyninst10 is a pain. I recommend the following steps:
+1. remove elfutils if installed as distribution package
+2. download the newest elfutils, make and (!) make install
+
+
+
 ## Commandline options
 
 Usage: ./afl-dyninst-dfvD -i <binary> -o <binary> -l <library> -e <address> -E <address> -s <number> -S <funcname> -m <size>