aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-03-30 16:45:13 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-01 13:10:06 +0200
commitda1a0249d76edd0c92deb2e74378329e2fff8bc1 (patch)
tree6511861e59cb4a49ecc490871db31a0d933f1018 /examples
parentd07587885cdb35e3e02303aee8381471ab95eb69 (diff)
downloadafl++-da1a0249d76edd0c92deb2e74378329e2fff8bc1.tar.gz
merged dev
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/examples/README.md b/examples/README.md
index 37fae1a0..6c09caeb 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -3,8 +3,6 @@
Here's a quick overview of the stuff you can find in this directory:
- custom_mutstors - An example custom mutator
-
- - python_mutators - Python mutators examples
- argv_fuzzing - a simple wrapper to allow cmdline to be fuzzed
(e.g., to test setuid programs).
@@ -15,8 +13,8 @@ Here's a quick overview of the stuff you can find in this directory:
- bash_shellshock - a simple hack used to find a bunch of
post-Shellshock bugs in bash.
- - canvas_harness - a test harness used to find browser bugs with a
- corpus generated using simple image parsing
+ - canvas_harness - a test harness used to find browser bugs with a
+ corpus generated using simple image parsing
binaries & afl-fuzz.
- clang_asm_normalize - a script that makes it easy to instrument
@@ -34,7 +32,7 @@ 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.
-
+
- socket_fuzzing - a LD_PRELOAD library 'redirects' a socket to stdin
for fuzzing access with afl++