diff options
| author | Dominik Maier <domenukk@gmail.com> | 2020-01-27 13:30:11 +0100 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2020-01-27 13:30:11 +0100 |
| commit | 9bf8f794968483055bcde46f3df1c8238fae7f76 (patch) | |
| tree | 15a41fad96095b0e49bb5f9c3cd76f20251ddef1 /docs/ChangeLog | |
| parent | 38232979587b6c37b024f22849b311d7e6962edf (diff) | |
| parent | 17f0aad0f0322a0c56040b3bd93d2bf020a3f3fb (diff) | |
| download | afl++-9bf8f794968483055bcde46f3df1c8238fae7f76.tar.gz | |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'docs/ChangeLog')
| -rw-r--r-- | docs/ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index f034d251..c1d53379 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -17,10 +17,17 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. Version ++2.60d (develop): -------------------------- + - use -march=native if available - afl-fuzz: - now prints the real python version support compiled in - - afl-clang-fast now shows in the help output for which llvm version it - was compiled for. + - set stronger performance compile options and little tweaks + - afl-clang-fast: + - show in the help output for which llvm version it was compiled for + - now does not need to be recompiled between trace-pc and pass + instrumentation. compile normally and set AFL_LLVM_USE_TRACE_PC :) + - afl-cmin is now a sh script (invoking awk) instead of bash for portability + the original script is still present as afl-cmin.bash + - added blacklist and whitelisting function check in all modules of llvm_mode - added fix from Debian project to compile libdislocator and libtokencap |
