diff options
author | vanhauser-thc <vh@thc.org> | 2023-12-14 16:04:00 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-12-14 16:04:00 +0100 |
commit | ae9cdb34e4fdc10c7c2d1c775238a7501fda288a (patch) | |
tree | be4700672419690cdd3950f6d0aebe6f437acc83 /docs | |
parent | f290bdd83ba1b540396db2215d133e5a40570419 (diff) | |
download | afl++-ae9cdb34e4fdc10c7c2d1c775238a7501fda288a.tar.gz |
AFL_FUZZER_LOOPCOUNT
Diffstat (limited to 'docs')
-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 b2e9fbf6..7faa0ab3 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -25,6 +25,7 @@ - fix for a few string compare transform functions for LAF - frida_mode: - fixes support for large map offsets + - support for AFL_FUZZER_LOOPCOUNT for afl.rs and LLVMFuzzerTestOneInput - afl-cmin/afl-cmin.bash: prevent unneeded file errors - added new tool afl-addseeds that adds new seeds to a running campaign - added benchmark/benchmark.py if you want to see how good your fuzzing |