diff options
author | vanhauser-thc <vh@thc.org> | 2023-01-27 10:17:16 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-01-27 10:17:16 +0100 |
commit | 33eba1fc5652060e8d877b02135fce2325813d0c (patch) | |
tree | dcb91017e71b3390e8387d7295ee13012dba344b /docs | |
parent | 4ec26fc7cbfab5a6229f5f5cd99d0af75f49fddf (diff) | |
download | afl++-33eba1fc5652060e8d877b02135fce2325813d0c.tar.gz |
update changelog
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 434bc101..eee88a51 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -4,8 +4,16 @@ release of the tool. See README.md for the general instruction manual. ### Version ++4.06a (dev) + - afl-fuzz: + - ensure temporary file descriptor is closed when not used - afl-cc: - add CFI sanitizer variant to gcc targets + - llvm 16 support (thanks to @devnexen!) + - support llvm 15 native pcguard changes + - better sanitizer default options support for all tools + - unicorn_mode: updated and minor issues fixed + - frida_mode: fix issue on MacOS + - more minor fixes ### Version ++4.05c (release) - MacOS: libdislocator, libtokencap etc. do not work with modern |