From dc1f93cf8cc722ad291e8c3e7df55528b5d6a0e9 Mon Sep 17 00:00:00 2001 From: llzmb <46303940+llzmb@users.noreply.github.com> Date: Fri, 3 Sep 2021 17:08:28 +0200 Subject: [PATCH] Edit README.md and related content --- README.md | 3 ++- docs/{fuzzing.md => fuzzing_expert.md} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename docs/{fuzzing.md => fuzzing_expert.md} (100%) diff --git a/README.md b/README.md index f855c5b2..7a6098e5 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Here is some information to get you started: * If you want to use AFL++ for your academic work, check the [papers page](https://aflplus.plus/papers/) on the website. * To cite our work, look at the [Cite](#cite) section. * For comparisons, use the fuzzbench `aflplusplus` setup, or use `afl-clang-fast` with `AFL_LLVM_CMPLOG=1`. You can find the `aflplusplus` default configuration on Google's [fuzzbench](https://github.com/google/fuzzbench/tree/master/fuzzers/aflplusplus). +* To get you started with tutorials, go to [docs/tutorials.md](docs/tutorials.md). ## Building and installing AFL++ @@ -49,7 +50,7 @@ To build AFL++ yourself, continue at [docs/building_installing.md](docs/building *NOTE: Before you start, please read about the [common sense risks of fuzzing](docs/common_sense_risks.md).* This is a quick start for fuzzing targets with the source code available. -To read about the process in detail, see [docs/fuzzing.md](docs/fuzzing.md). +To read about the process in detail, see [docs/fuzzing_expert.md](docs/fuzzing_expert.md). To learn about fuzzing other targets, see: * Binary-only targets: [docs/fuzzing_binary-only_targets.md](docs/fuzzing_binary-only_targets.md) diff --git a/docs/fuzzing.md b/docs/fuzzing_expert.md similarity index 100% rename from docs/fuzzing.md rename to docs/fuzzing_expert.md