Completed
Complete Memory Safety for C
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Missing the Point(er) - On the Effectiveness of Code Pointer Integrity
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Bottom Line Upfront
- 3 A Buffer Overflow
- 4 Control Flow Attack Example
- 5 Memory Corruption Attacks
- 6 Complete Memory Safety for C
- 7 CPI vs. Complete Memory Safety
- 8 How CPI Protects Pointers
- 9 CPI Underlying Assumptions
- 10 Info Leak without Memory Disclosure
- 11 Non-Crashing & Crashing Scenarios
- 12 Better Randomization
- 13 Conclusion
- 14 Thank You