diff options
author | van Hauser <vh@thc.org> | 2022-10-07 15:40:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 15:40:04 +0200 |
commit | 2107ece114e66952f16d2dbc888d46a1061e6faf (patch) | |
tree | 7e01902d97cc9dec5ad70c70c0a3722ae5c2df23 /docs | |
parent | 5e04c9693b19038871f3aa93544cac187785bc1a (diff) | |
download | afl++-2107ece114e66952f16d2dbc888d46a1061e6faf.tar.gz |
auto shmem fuzzing (#1541)
* auto shmem fuzzing * print warning when forcing shmem fuzzing * typos * Shmem always * typo fix * fixes Co-authored-by: Dominik Maier <dmnk@google.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 33dc9466..d4dfb709 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -5,7 +5,7 @@ ### Version ++4.04a (dev) - - fix gramatron and grammar_mutatur build scripts + - fix gramatron and grammar_mutator build scripts - enhancements to the afl-persistent-config and afl-system-config scripts - afl-cc: @@ -16,6 +16,9 @@ - unicorn_mode: - Enabled tricore arch (by @jma-qb) - Updated Capstone version in Rust bindings + - llvm-mode: + - AFL runtime will always pass inputs via shared memory, when possible, + ignoring the command line. ### Version ++4.03c (release) |