From da1a0249d76edd0c92deb2e74378329e2fff8bc1 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Mon, 30 Mar 2020 16:45:13 +0200 Subject: merged dev --- examples/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'examples/README.md') 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++ -- cgit 1.4.1 From d374648ce3d106e5aaa95da379188df56d364e3c Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Wed, 1 Apr 2020 02:07:52 +0200 Subject: docs --- examples/README.md | 2 +- examples/custom_mutators/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/README.md') diff --git a/examples/README.md b/examples/README.md index 6c09caeb..3c5aa9f2 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,7 +2,7 @@ Here's a quick overview of the stuff you can find in this directory: - - custom_mutstors - An example custom mutator + - custom_mutators - example custom mutators in python an c - argv_fuzzing - a simple wrapper to allow cmdline to be fuzzed (e.g., to test setuid programs). diff --git a/examples/custom_mutators/README.md b/examples/custom_mutators/README.md index e5af5516..15c6ffc5 100644 --- a/examples/custom_mutators/README.md +++ b/examples/custom_mutators/README.md @@ -4,7 +4,7 @@ These are example and helper files for the custom mutator feature. See [docs/custom_mutators.md](../docs/custom_mutators.md) for more information Note that if you compile with python3.7 you must use python3 scripts, and if -you use pyton2.7 to compile python2 scripts! +you use python2.7 to compile python2 scripts! example.c - this is a simple example written in C and should be compiled to a shared library. Use make to compile it and produce libexamplemutator.so -- cgit 1.4.1