diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-11-24 10:52:29 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-11-24 10:52:29 +0100 |
commit | f11cf068dca784831d1c70e95258e85f5b1e64eb (patch) | |
tree | 70900adee16a5b2b25a2bc328f45a1eb6d28ff73 /README.md | |
parent | c866e9c3ccef57d935cb296c8243cf8b40ffb564 (diff) | |
download | afl++-f11cf068dca784831d1c70e95258e85f5b1e64eb.tar.gz |
Merge "common_sense_risks.md" into "fuzzing_in_depth.md"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index e0cb4558..989e8fdb 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ To build AFL++ yourself, continue at [docs/INSTALL.md](docs/INSTALL.md). ## Quick start: Fuzzing with AFL++ -*NOTE: Before you start, please read about the [common sense risks of -fuzzing](docs/common_sense_risks.md).* +*NOTE: Before you start, please read about the +[common sense risks of fuzzing](docs/fuzzing_in_depth.md#0-common-sense-risks).* This is a quick start for fuzzing targets with the source code available. To read about the process in detail, see |