about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-08-31 14:45:03 +0200
committervanhauser-thc <vh@thc.org>2023-08-31 14:45:03 +0200
commit1604351368c26a1dd91c43c054fb466b8093e86e (patch)
treede0c523399eaf24544f7c0cbd61fe8d3c69c84f8
parent8f5c510be18df03fe201c1bae9bde8e7e7bc0bd9 (diff)
downloadafl++-1604351368c26a1dd91c43c054fb466b8093e86e.tar.gz
changelog
-rw-r--r--docs/Changelog.md2
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.