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 /CHANGES | |
parent | f2f50c27be37b74beb654c48f9f4f64398d5785b (diff) | |
download | afl-dyninst-f571cf145ca1f6dc6c503770c3b132e5d1ffc1d9.tar.gz |
-e function support, PPC and AARCH64 support, more entrypoints, more verbose
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES index fb19b41..b5ff722 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changelog ========= https://github.com/vanhauser-thc/afl-dyninst + - -e option now also understands function names, not only 0x1234 addresses + - searches for multiple entrypoints now: main, init, start and _NAME variants + - afl-dyninst now works fine with AARCH64 :) + - more verbose output, -vv -vvv support - fixed some typos - renamed afl-fuzz.sh to afl-fuzz-dyninst.sh and make install installs now the scripts |