diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-17 13:16:02 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-17 13:16:02 +0100 |
commit | 94312796f936ba1830b61432a0f958e192dd212f (patch) | |
tree | 529c34297124ca9c25640036ab8e8eccaff6ac79 /docs/Changelog.md | |
parent | adeeed9e431e67b855ab93b32563e4851158b130 (diff) | |
download | afl++-94312796f936ba1830b61432a0f958e192dd212f.tar.gz |
better map variability
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index bf04c58e..8dc218af 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -12,6 +12,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - afl-cc: - fix cmplog rtn (rare crash and not being able to gather ptr data) - link runtime not to shared libs + - ensure shared libraries are properly built and instrumented - qemu_mode (thanks @realmadsci): - move AFL_PRELOAD and AFL_USE_QASAN logic inside afl-qemu-trace - add AFL_QEMU_CUSTOM_BIN |