diff options
author | vanhauser-thc <vh@thc.org> | 2021-09-15 12:28:05 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-09-15 12:28:05 +0200 |
commit | 51b2e86ec077c0b67ef1b54a9a30288b74c01be0 (patch) | |
tree | a92ca9d3c62b7343820efb817177f9b6b1ed1c45 /docs/fuzzing_expert.md | |
parent | 48e26d8e06df6098db855dd9f68d2f419f8be9b1 (diff) | |
download | afl++-51b2e86ec077c0b67ef1b54a9a30288b74c01be0.tar.gz |
fix links
Diffstat (limited to 'docs/fuzzing_expert.md')
-rw-r--r-- | docs/fuzzing_expert.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuzzing_expert.md b/docs/fuzzing_expert.md index 23b24ad0..7695e21f 100644 --- a/docs/fuzzing_expert.md +++ b/docs/fuzzing_expert.md @@ -472,7 +472,7 @@ If you are using AFL spinoffs or AFL conforming fuzzers, then just use the same -o directory and give it a unique `-S` name. Examples are: * [Fuzzolic](https://github.com/season-lab/fuzzolic) - * [symcc](https://github.com/eurecom-s/symcc/) + * [symcc](https://github.com/eurecom-s3/symcc/) * [Eclipser](https://github.com/SoftSec-KAIST/Eclipser/) * [AFLsmart](https://github.com/aflsmart/aflsmart) * [FairFuzz](https://github.com/carolemieux/afl-rb) |