diff options
author | van Hauser <vh@thc.org> | 2023-10-03 10:36:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 10:36:21 +0200 |
commit | d09950f4bb98431576b872436f0fbf773ab895db (patch) | |
tree | 227f6d6086215f5091743d69d778f0e3c27b7a94 /docs/Changelog.md | |
parent | 1c582b6aeec034b2c0ef650abd35352df7d78fa7 (diff) | |
parent | 63100d2012038ce67bdf20b624c8c53afd4b99c7 (diff) | |
download | afl++-d09950f4bb98431576b872436f0fbf773ab895db.tar.gz |
Merge pull request #1880 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index dfbadea3..101d380b 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -19,6 +19,7 @@ - fix for a few string compare transform functions for LAF - frida_mode: - fixes support for large map offsets + - added new tool afl-addseeds that adds new seeds to a running campaign - added benchmark/benchmark.sh if you want to see how good your fuzzing speed is in comparison to other setups. |