Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
A Systematic Evaluation of OpenBSD's Mitigations
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 OpenBSD?
- 3 Expectations
- 4 How do we measure exploit mitigations anyway?
- 5 Privilege separation and privilege drop
- 6 Example: rootless Xorg
- 7 Unveil
- 8 Hyperwhat?
- 9 Spectre v1, v2 and v3
- 10 AS(L)R
- 11 Position Independent Code/Executable
- 12 Libc/libcrypto symbols randomisation
- 13 Library order randomisation
- 14 Userland heap management
- 15 Rop gadgets removal, but why?
- 16 RETGUARD 2018
- 17 TCP SYN cookies
- 18 Development practices
- 19 Conclusion