diff options
author | vanhauser-thc <vh@thc.org> | 2023-05-17 15:25:26 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-05-17 15:25:26 +0200 |
commit | 1d0694df86a3ce70ffac2846f36605eac9300abe (patch) | |
tree | c77f4514b2dd1026a245ccd38f8e2683cad0aa63 /docs/Changelog.md | |
parent | dfdc6fd12cdae1fe2dab1183f20d3c312a7f2f6d (diff) | |
download | afl++-1d0694df86a3ce70ffac2846f36605eac9300abe.tar.gz |
add symqemu custom mutator
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 3602af50..e99747f6 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -23,6 +23,9 @@ - qemu_mode: - Persistent mode +QASAN support for ppc32 tragets by @worksbutnottested - a new grammar custom mutator atnwalk was submitted by @voidptr127 ! + - two new custom mutators are now available: + - TritonDSE in custom_mutators/aflpp_tritondse + - SymQEMU in custom_mutators/symqemu ### Version ++4.06c (release) |