diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-03 11:35:30 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-03 11:35:30 +0100 |
commit | fc094dee13060fd84e89764a9526c11a55072e4d (patch) | |
tree | eee935905f19703f7bb1bc9dd48b0deed6fe9e50 /docs/Changelog.md | |
parent | a915c05740089890ce38a7809d3252116d1f4fb2 (diff) | |
download | afl++-fc094dee13060fd84e89764a9526c11a55072e4d.tar.gz |
change dlopen solution
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 103f9f63..be5cac43 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,9 +9,14 @@ Want to stay in the loop on major new features? Join our mailing list by sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++3.15a (dev) - - documentation restructuring, made possible by Google Season of Docs :) + - documentation restructuring, made possible by Google Season of Docs - new binary-only fuzzing mode: coresight_mode for aarch64 CPUs :) thanks to RICSecLab submitting! + - if instrumented libaries are dlopen()'ed after the forkserver you + will now see crashes. before you would have colliding coverage. + we changed this to force fixing a broken setup rather then allowing + ineffective fuzzing. + See docs/best_practices.md how to fix such setups. - afl-fuzz: - cmplog binaries will need to be recompiled for this version (it is better!) |