diff options
author | vanhauser-thc <vh@thc.org> | 2023-08-31 14:45:03 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-08-31 14:45:03 +0200 |
commit | 1604351368c26a1dd91c43c054fb466b8093e86e (patch) | |
tree | de0c523399eaf24544f7c0cbd61fe8d3c69c84f8 | |
parent | 8f5c510be18df03fe201c1bae9bde8e7e7bc0bd9 (diff) | |
download | afl++-1604351368c26a1dd91c43c054fb466b8093e86e.tar.gz |
changelog
-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 87c01f21..8d9a0aa8 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 + - frida_mode: + - fixes support for large map offsets - added benchmark/benchmark.sh if you want to see how good your fuzzing speed is in comparison to other setups. |