diff options
author | van Hauser <vh@thc.org> | 2019-01-08 01:01:45 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-01-08 01:01:45 +0100 |
commit | 206397e8e98eb3a527c3921eecac41b0ff8e9736 (patch) | |
tree | 4a16d7dbcf4c309dc405fe2942594274e9592b1d | |
parent | 0df3e8945bfa8f931fac1e5a9e69a5408a03e26f (diff) | |
download | afl-dyninst-206397e8e98eb3a527c3921eecac41b0ff8e9736.tar.gz |
dyninst 10 makes problems ...
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 513861b..6097bd8 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ done ## Commandline options - +``` Usage: ./afl-dyninst -dfvD -i INPUT_BINARY -o OUTPUT_BINARY -l INPUT_LIBRARY -e ADDRESS -E ADDRESS -s NUMBER -S FUNCNAME -m SIZE -i: input binary -o: output binary @@ -65,6 +65,7 @@ Usage: ./afl-dyninst -dfvD -i INPUT_BINARY -o OUTPUT_BINARY -l INPUT_LIBRARY -e level 3 replaces how basic block coverage works and can be tried if normal mode or level 1 or 2 lead to crashes randomly. -v: verbose output +``` Switch -l is used to supply the names of the libraries that should be instrumented along the binary. Instrumented libraries will be copied |