Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
RIFF - Reduced Instruction Footprint for Coverage-Guided Fuzzing
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Coverage is important for Guided Fuzzing
- 3 Coverage Pipeline in Fuzzers
- 4 Example: Coverage Collection in AFL
- 5 Example: Coverage Analysis in AFL
- 6 Overhead in Coverage Collection
- 7 Overhead in Coverage Analysis
- 8 RIFF: Overview and Insights
- 9 Single-Instruction Instrumentation: Problem of Block Coverage
- 10 Single-Instruction Instrumentation: Simplified Algorithm
- 11 Hot-Path Vectorized Analysis
- 12 Evaluation: Overall Speedup in Fuzzing
- 13 Improved Performance Brought by Speedup
- 14 Speedup in Coverage Collection and Analysis
- 15 Summary