Merge pull request #7 from bpfoley/master

Fix some github URL typos in docs
This commit is contained in:
van Hauser
2019-06-30 17:20:47 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@ afl-qemu-optimize-map.diff by mh(at)mh-sec(dot)de
+ AFLfast additions (github.com/mboehme/aflfast) were incorporated. + AFLfast additions (github.com/mboehme/aflfast) were incorporated.
+ Qemu 3.1 upgrade with enhancement patches (github.com/andreafioraldi/afl) + Qemu 3.1 upgrade with enhancement patches (github.com/andreafioraldi/afl)
+ Python mutator modules support (github.com/choeller/afl) + Python mutator modules support (github.com/choller/afl)
+ Whitelisting in LLVM mode (github.com/choeller/afl) + Whitelisting in LLVM mode (github.com/choller/afl)
+ forkserver patch for afl-tmin (github.com/nccgroup/TriforceAFL) + forkserver patch for afl-tmin (github.com/nccgroup/TriforceAFL)

View File

@ -22,7 +22,7 @@ american fuzzy lop plus plus
to it. to it.
C. Hoellers afl-fuzz Python mutator module and llvm_mode whitelist support C. Hoellers afl-fuzz Python mutator module and llvm_mode whitelist support
was added too (https://github.com/choeller/afl) was added too (https://github.com/choller/afl)
So all in all this is the best-of AFL that is currently out there :-) So all in all this is the best-of AFL that is currently out there :-)