diff options
author | van Hauser <vh@thc.org> | 2022-01-20 16:17:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 16:17:08 +0100 |
commit | 7aced239e8a0855d87ecc921ba5691b29202ec1e (patch) | |
tree | a8e877a149495ea4ec48723d8af57426f8322a3a /docs/tutorials.md | |
parent | 9242e0db8ac8a0e82d78432af389108e74700f00 (diff) | |
parent | d1de12d6175cd84357eadbf204e15b184b22ae42 (diff) | |
download | afl++-7aced239e8a0855d87ecc921ba5691b29202ec1e.tar.gz |
Merge pull request #1294 from AFLplusplus/dev
Push to stable
Diffstat (limited to 'docs/tutorials.md')
-rw-r--r-- | docs/tutorials.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/tutorials.md b/docs/tutorials.md index 0a44602d..9d4f50eb 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -28,4 +28,13 @@ structure is), these links have you covered: * Superion for AFL++: [https://github.com/adrian-rt/superion-mutator](https://github.com/adrian-rt/superion-mutator) -If you find other good ones, please send them to us :-) \ No newline at end of file +# Video Tutorials +* [Install AFL++ Ubuntu](https://www.youtube.com/watch?v=5dCvhkbi3RA) +* [[Fuzzing with AFLplusplus] Installing AFLPlusplus and fuzzing a simple C program](https://www.youtube.com/watch?v=9wRVo0kYSlc) +* [[Fuzzing with AFLplusplus] How to fuzz a binary with no source code on Linux in persistent mode](https://www.youtube.com/watch?v=LGPJdEO02p4) +* [Blackbox Fuzzing #1: Start Binary-Only Fuzzing using AFL++ QEMU mode](https://www.youtube.com/watch?v=sjLFf9q2NRc) +* [HOPE 2020 (2020): Hunting Bugs in Your Sleep - How to Fuzz (Almost) Anything With AFL/AFL++](https://www.youtube.com/watch?v=A8ex1hqaQ7E) +* [How Fuzzing with AFL works!](https://www.youtube.com/watch?v=COHUWuLTbdk) +* [WOOT '20 - AFL++ : Combining Incremental Steps of Fuzzing Research](https://www.youtube.com/watch?v=cZidm6I7KWU) + +If you find other good ones, please send them to us :-) |