diff options
author | vanhauser-thc <vh@thc.org> | 2024-01-31 14:03:25 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-01-31 14:03:25 +0100 |
commit | ccad11f7eb04e8c0de76fec6fd4b6eab1e940319 (patch) | |
tree | f726632fe480e76d51cc3e8ecdd7c5be784a696c /docs | |
parent | 0d164e4c1811c4d05f940f78e90fc56b661fb3b4 (diff) | |
download | afl++-ccad11f7eb04e8c0de76fec6fd4b6eab1e940319.tar.gz |
nyx build script updates
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 38dbba82..720a0689 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -15,7 +15,7 @@ - workaround for ASAN with gcc_plugin mode - instrumentation: - LLVM 18 support, thanks to @devnexen! - - Injection (SQL, LDAP, XSS) feature now available, see + - Injection (SQL, LDAP, XSS) fuzzing feature now available, see `instrumentation/README.injections.md` how to activate/use/expand. - compcov/LAF-intel: - floating point splitting bug fix by @hexcoder @@ -28,9 +28,9 @@ - plugins are now activated by default and a new module is included that produces drcov compatible traces for lighthouse/lightkeeper/... thanks to @JRomainG to submitting! - - updated Nyx checkout (fixes a bug) + - updated Nyx checkout (fixes a bug) and some QOL - updated the custom grammar mutator - - document afl-cmin does not work on macOS + - document afl-cmin does not work on macOS (but afl-cmin.bash does) ### Version ++4.09c (release) |