about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2021-06-07 20:49:23 +0200
committerGitHub <noreply@github.com>2021-06-07 20:49:23 +0200
commit63ee9df54f3c9db8ecbb0fb6186ea912200d9126 (patch)
treeab5424a8bc6e7a210c11cdf0fe9fcd63017f2124 /docs/Changelog.md
parent2d2d9b0b77c17d1fbfc9b1fc223c4ff62e11b84d (diff)
downloadafl++-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.md3
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,