diff options
author | vanhauser-thc <vh@thc.org> | 2023-09-04 09:11:47 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-09-04 09:11:47 +0200 |
commit | 9307ef4b7caa96754d0449361d48b5a98ef73d8f (patch) | |
tree | 06303ce010b671cd7d0d5055643b0360c1b7cf60 /docs | |
parent | 3bae404733e27b3ec7769ad6d5d997dcd9ec6fa3 (diff) | |
download | afl++-9307ef4b7caa96754d0449361d48b5a98ef73d8f.tar.gz |
fix string transform laf
Diffstat (limited to 'docs')
-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 |