about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-08-31 12:51:42 +0000
committerGitHub <noreply@github.com>2023-08-31 12:51:42 +0000
commit11a622c63d70c9ca16c9847418b88992139aa892 (patch)
treede0c523399eaf24544f7c0cbd61fe8d3c69c84f8 /docs/Changelog.md
parentad2af7caec2df6ceec87669864f47b9567c672af (diff)
parent1604351368c26a1dd91c43c054fb466b8093e86e (diff)
downloadafl++-11a622c63d70c9ca16c9847418b88992139aa892.tar.gz
Merge pull request #1847 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs/Changelog.md')
-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.