diff options
author | Dominik Maier <domenukk@gmail.com> | 2021-06-07 20:49:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 20:49:23 +0200 |
commit | 63ee9df54f3c9db8ecbb0fb6186ea912200d9126 (patch) | |
tree | ab5424a8bc6e7a210c11cdf0fe9fcd63017f2124 /docs/Changelog.md | |
parent | 2d2d9b0b77c17d1fbfc9b1fc223c4ff62e11b84d (diff) | |
download | afl++-63ee9df54f3c9db8ecbb0fb6186ea912200d9126.tar.gz |
Forkserver for afl-analyze (#963)
* afl-analyze forkserver * added missing vars to forkserver * synchronized a bit more with afl-tmin * more debugging, runs now, but need to suppress target output * fix dev/null setting * afl-analyze info: Co-authored-by: hexcoder- <heiko@hexco.de>
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index a2c523b0..a8ed4d72 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -18,8 +18,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - afl-cc - support partial linking - ensure afl-compiler-rt is built for gcc_module - - + - afl-analyze now uses the forkserver for increased performance ### Version ++3.13c (release) - Note: plot_data switched to relative time from unix time in 3.10 - frida_mode - new mode that uses frida to fuzz binary-only targets, |