diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-01-23 09:46:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 09:46:07 +0100 |
commit | 8b17cac71c5196bae11a5a7ee8f6a17bdb3917e0 (patch) | |
tree | 437a2b2bc1c62dc04cf4aa50d17a2ca201001fe5 | |
parent | c490b9aa3694ba9c33ba0657ddd5e19dd979f2ed (diff) | |
download | afl++-8b17cac71c5196bae11a5a7ee8f6a17bdb3917e0.tar.gz |
add socket_fuzz description
-rw-r--r-- | experimental/README.experiments | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/experimental/README.experiments b/experimental/README.experiments index af9739bd..5a505ad7 100644 --- a/experimental/README.experiments +++ b/experimental/README.experiments @@ -28,6 +28,9 @@ Here's a quick overview of the stuff you can find in this directory: mode to speed up certain fuzzing jobs. - post_library - an example of how to build postprocessors for AFL. + + - socketfuzz - a LD_PRELOAD library 'redirects' a socket to stdin + for fuzzing access with afl++ Note that the minimize_corpus.sh tool has graduated from the experimental/ directory and is now available as ../afl-cmin. The LLVM mode has likewise |