Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
RetroWrite- Statically Instrumenting COTS Binaries for Fuzzing and Sanitization
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Problems
- 3 Challenges: Hardcoded Relative Offsets
- 4 Challenges: Scalar and References are Indistinguishable
- 5 RetroWrite: Principled static rewriting framework for position-independent code (PIC)
- 6 RetroWrite: Overview
- 7 RetroWrite: Symbolization
- 8 afl-retrowrite: Coverage Instrumentation
- 9 asan-retrowrite: Instrumentation
- 10 asan-retrowrite: Memory Regions
- 11 Conclusion