diff options
author | van Hauser <vh@thc.org> | 2023-09-11 07:38:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-11 07:38:45 +0000 |
commit | 0688c779ec543c4f5f84363b06c72ac11a14f716 (patch) | |
tree | d8a48ed4ef6484918f3832c61af60af81f5d5392 /docs/Changelog.md | |
parent | 11a622c63d70c9ca16c9847418b88992139aa892 (diff) | |
parent | 5f6c76e192bcfde6abcf9d4156bfbb87d5480e23 (diff) | |
download | afl++-0688c779ec543c4f5f84363b06c72ac11a14f716.tar.gz |
Merge pull request #1857 from AFLplusplus/dev
push to stable
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 8d9a0aa8..bccc6748 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -14,6 +14,8 @@ - now also shows coverage reached - option -m shows only very relevant stats - option -n will not use color in the output + - instrumentation: + - fix for a few string compare transform functions for LAF - frida_mode: - fixes support for large map offsets - added benchmark/benchmark.sh if you want to see how good your fuzzing |