Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Securing the Hypervisor with Control-Flow Integrity
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Outline
- 3 Why Control-Flow Integrity
- 4 Implementing Control-Flow Integrity
- 5 Protecting the Stack - Shadow Stack The standard protection against Stack Smashing
- 6 Protecting the Stack - Safe Stack
- 7 Shadow Stack vs Safe Stack
- 8 Implementing Safe Stack in QEMU
- 9 Protecting Function Pointers
- 10 Implementing icall CFI in QEMU
- 11 Status of patches
- 12 Did we accomplish something?
- 13 What's next?