diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-01-23 09:46:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 09:46:59 +0100 |
commit | a58800b90122f3d612a0badb243d2c1b6fc9c742 (patch) | |
tree | 77042be567fe89ce130cae96d38623a3017f399c | |
parent | 8b17cac71c5196bae11a5a7ee8f6a17bdb3917e0 (diff) | |
download | afl++-a58800b90122f3d612a0badb243d2c1b6fc9c742.tar.gz |
typo
-rw-r--r-- | experimental/README.experiments | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/README.experiments b/experimental/README.experiments index 5a505ad7..543c078c 100644 --- a/experimental/README.experiments +++ b/experimental/README.experiments @@ -29,7 +29,7 @@ Here's a quick overview of the stuff you can find in this directory: - post_library - an example of how to build postprocessors for AFL. - - socketfuzz - a LD_PRELOAD library 'redirects' a socket to stdin + - socket_fuzzing - 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/ |