diff options
author | van Hauser <vh@thc.org> | 2018-04-02 08:22:00 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2018-04-02 08:22:00 +0200 |
commit | f571cf145ca1f6dc6c503770c3b132e5d1ffc1d9 (patch) | |
tree | 8627a16256afdca8766aaa9f548e47ccfc6d9465 /README.txt | |
parent | f2f50c27be37b74beb654c48f9f4f64398d5785b (diff) | |
download | afl-dyninst-f571cf145ca1f6dc6c503770c3b132e5d1ffc1d9.tar.gz |
-e function support, PPC and AARCH64 support, more entrypoints, more verbose
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.txt b/README.txt index 24081a4..7d99e3d 100644 --- a/README.txt +++ b/README.txt @@ -69,12 +69,14 @@ This options is mainly to hunt down bugs in dyninst. Switch -D installs the afl fork server and forced exit functions but no basic block instrumentation. That would serve no purpose - unless there is -another interesting tool coming up ... :) +another interesting tool coming up: afl-pin (already available at +https://github.com/vanhauser-thc/afl-pin) and afl-dynamorio (wip) Compiling: ---------- +0. Clone, compile and install dyninst: https://github.com/dyninst/dyninst/ 1. Edit the Makefile and set DYNINST_ROOT and AFL_ROOT to appropriate paths. 2. make 3. make install |