diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-09-03 17:08:28 +0200 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-09-03 17:08:28 +0200 |
commit | dc1f93cf8cc722ad291e8c3e7df55528b5d6a0e9 (patch) | |
tree | e91c400246bc17eaa6726ebfae7a06dae2012794 /README.md | |
parent | 9747ac42213126ec99fe8ea47f1320be54135bd1 (diff) | |
download | afl++-dc1f93cf8cc722ad291e8c3e7df55528b5d6a0e9.tar.gz |
Edit README.md and related content
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
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) |