aboutsummaryrefslogtreecommitdiff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-09 12:33:06 +0100
committervan Hauser <vh@thc.org>2020-03-09 12:33:06 +0100
commitdea1dbfba469c3cc14e6ce19a8da5c693024facf (patch)
tree55fad1460fa3630e44ce696f64a264a95575d175 /docs/Changelog.md
parent988a32ced5ce08465940c985bb538c87d4c4b4e7 (diff)
downloadafl++-dea1dbfba469c3cc14e6ce19a8da5c693024facf.tar.gz
updated changelog and todo
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 56b45738..595ed5a8 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -11,15 +11,23 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
### Version ++2.62d (develop):
+ - all:
+ - big code changes to make afl-fuzz thread-safe so afl-fuzz can spawn
+ multiple fuzzing threads in the future or even become a library
+ - afl basic tools now report on the environment variables picked up
+ - more tools get environment variable usage info in the help output
+ - afl-fuzz:
+ - python mutator modules and custom mutator modules now use the same
+ interface and hence the API changed
+ - AFL_AUTORESUME will resume execution without the need to specify `-i -`
- LTO collision free instrumented added in llvm_mode with afl-clang-lto -
note that this mode is amazing, but quite some targets won't compile
- qemu_mode now uses solely the internal capstone version to fix builds
on modern Linux distributions
- - afl-fuzz basic tools now report on the environment variables picked up
- - more tools get environment variable usage info in the help output
- - AFL_AUTORESUME will resume execution without the need to specify `-i -`
- - afl-tmin now supports hang mode `-H` to minimize hangs
- - fixed potential afl-tmin missbehavior for targets with multiple hangs
+ - afl-tmin:
+ - now supports hang mode `-H` to minimize hangs
+ - fixed potential afl-tmin missbehavior for targets with multiple hangs
+ - Pressing Control-c in afl-cmin did not terminate it for some OS
### Version ++2.62c (release):