about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-23 12:20:58 +0200
committervan Hauser <vh@thc.org>2020-04-23 12:20:58 +0200
commitb120ca27f86c332854687bb67c4c18d2e6b74ac9 (patch)
treeae701489462ac8569a02c69cca6b1e3bd8bd17f6 /docs/Changelog.md
parent5eb1f3a4c609851e7ee2127d29433b2ed6e56e56 (diff)
downloadafl++-b120ca27f86c332854687bb67c4c18d2e6b74ac9.tar.gz
add documentation for LTO fixed map address feature
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 8f584393..ea669eed 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -17,6 +17,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - better dependency checks
   - unicorn_mode:
     - better submodule handling
+  - llvm_mode:
+     - if LLVM 11 is installed the posix shm_open+mmap is used and a fixed
+       address for the shared memory map is used as this increases the
+       fuzzing speed
   - all:
     - fix 32 bit build options
     - make clean now leaves qemu-3.1.1.tar.xz and the unicornafl directory