diff options
author | vanhauser-thc <vh@thc.org> | 2023-06-29 16:57:20 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-06-29 16:57:20 +0200 |
commit | 3e1d7941077b1457f702988063d6b9fdd9b80740 (patch) | |
tree | 6bf544caf53f4ef7f7ca8ad02c2a412150758aa9 /docs/Changelog.md | |
parent | 15fc47a62cd4fa47d6e2436a3830c656ffe64fc9 (diff) | |
download | afl++-3e1d7941077b1457f702988063d6b9fdd9b80740.tar.gz |
update mutation strategy
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index e6b90d3d..ad58e99e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -8,7 +8,8 @@ - new mutation engine: mutations that favor discovery more paths are prefered until no new finds for 10 minutes then switching to mutations that favor triggering crashes. Modes and switch time can be configured - with `-P`. + with `-P`. Also input mode for the target can be defined with `-a` to + be `text` or `binary` (defaults to `generic`) - new custom mutator that has the new afl++ engine (so it can easily incorporated into new custom mutators), and also comes with a standalone command line tool! See custom_mutators/aflpp/standalone/ @@ -23,6 +24,7 @@ Thanks to @amykweon for spotting and fixing! - @toka fixed a bug in laf-intel signed integer comparison splitting, thanks a lot!! + - more LLVM compatability - frida_mode: - support for long form instrumentation on x86_x64 and arm64 |