Completed
Stack hashes
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Evaluating Fuzz Testing
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is fuzzing?
- 3 General fuzzing algorithm
- 4 Evaluating your new fuzzer
- 5 Performing multiple trials
- 6 High variance is real
- 7 Choice of seed file used
- 8 Timeouts: how long to fuzz?
- 9 Benchmark programs
- 10 Assessing fuzzer effectiveness
- 11 Using history to find root causes
- 12 True bugs found per run
- 13 Stack hashes
- 14 Program crashes here
- 15 Control flow when triggering bug
- 16 A fuzzing benchmark?