diff options
author | vanhauser-thc <vh@thc.org> | 2023-02-13 11:34:14 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-02-13 11:34:14 +0100 |
commit | 80eabd6e8a30c2ffc0f084ab34df8b9d582419c3 (patch) | |
tree | 3cd5bfa41f3931d9095f5c0576cefc5ecc60367b /docs/Changelog.md | |
parent | 5a0100c6eece0d668c7040ec6e6ed3f59ef0d1ba (diff) | |
download | afl++-80eabd6e8a30c2ffc0f084ab34df8b9d582419c3.tar.gz |
AFL_LLVM_DICT2FILE_NO_MAIN support
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 eee88a51..89c37912 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,6 +10,7 @@ - add CFI sanitizer variant to gcc targets - llvm 16 support (thanks to @devnexen!) - support llvm 15 native pcguard changes + - LTO autoken and llvm_mode: added AFL_LLVM_DICT2FILE_NO_MAIN support - better sanitizer default options support for all tools - unicorn_mode: updated and minor issues fixed - frida_mode: fix issue on MacOS |