diff options
author | van Hauser <vh@thc.org> | 2020-07-31 17:53:01 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-31 17:53:01 +0200 |
commit | 185f4436598aacb3f25736ce6eb53309d1d9472f (patch) | |
tree | 0243091f8296ccb3460c620ccc816a75e3bbd7e5 /docs/Changelog.md | |
parent | c101a3f5abf0b813e4bf1e848022835bc558d084 (diff) | |
download | afl++-185f4436598aacb3f25736ce6eb53309d1d9472f.tar.gz |
add LTO AFL_LLVM_DOCUMENT_IDS feature
Diffstat (limited to 'docs/Changelog.md')
-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 dcaf64a7..14d00a43 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -26,6 +26,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - LTO: autodictionary mode is a default - LTO: instrim instrumentation disabled, only classic support used as it is always better + - LTO: env var AFL_LLVM_DOCUMENT_IDS=file will document which edge ID + was given to which function during compilation - setting AFL_LLVM_LAF_SPLIT_FLOATS now activates AFL_LLVM_LAF_SPLIT_COMPARES - added honggfuzz mangle as a custom mutator in custom_mutators/honggfuzz |