Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Full Speed Fuzzing - Reducing Fuzzing Overhead Through Coverage-Guided Tracing
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is fuzzing
- 3 Coverageguided fuzzing
- 4 How coverage is found
- 5 How fuzzers spend their time
- 6 Overall impact
- 7 Why tracing code coverage is expensive
- 8 Coverageguided tracing
- 9 Microscale coverageguided tracing
- 10 Macroscale coverageguided tracing
- 11 Coverageguided tracing implementation
- 12 Evaluation
- 13 Benchmarks
- 14 Evaluation Question 1
- 15 Evaluation Question 2
- 16 Conclusion
- 17 Questions