diff options
author | van Hauser <vh@thc.org> | 2020-08-10 23:42:33 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-10 23:42:33 +0200 |
commit | 701fb95d24cd754e9c116d81502b6057a29eb2bd (patch) | |
tree | b1fd3fe2eed7f99630835d187ba18febf00ea608 /docs | |
parent | 7b5a18428e3370856177cb84ec9d3f1c630e0e7c (diff) | |
download | afl++-701fb95d24cd754e9c116d81502b6057a29eb2bd.tar.gz |
LTO: make dynamic map the default
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index f8742b1c..182a15b8 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -28,6 +28,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. sancov, and also supports function matching! - fixes for laf-intel float splitting (thanks to mark-griffin for reporting) + - LTO: switch default to the dynamic memory map, set AFL_LLVM_MAP_ADDR + for a fixed map address (eg. 0x10000) - LTO: autodictionary mode is a default - LTO: instrim instrumentation disabled, only classic support used as it is always better |