diff options
author | van Hauser <vh@thc.org> | 2020-04-29 15:18:03 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-29 15:18:03 +0200 |
commit | bc2e65e4821ef4b8fbc33be6c705adfa1c32e02f (patch) | |
tree | d3fa1ac353f9ddc64da265ecd56a29a77b84a7d2 /docs/Changelog.md | |
parent | ce2814967df3aac7a707b5f7e458b45eec992149 (diff) | |
download | afl++-bc2e65e4821ef4b8fbc33be6c705adfa1c32e02f.tar.gz |
added afl_network_proxy
Diffstat (limited to 'docs/Changelog.md')
-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 dd408bd0..faf015c6 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -28,7 +28,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - unicorn_mode: - better submodule handling - afl-showmap: fix for -Q mode - - added examples/afl-proxy which can be easily used to fuzz and instrument + - added examples/afl_network_proxy which allows to fuzz a target over the + network (not fuzzing tcp/ip services but running afl-fuzz on one system + and the target being on an embedded device) + - added examples/afl_proxy which can be easily used to fuzz and instrument non-standard things - all: - forkserver communication now also used for error reporting |