Completed
SECURITY
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Breaking and Protecting Linux Kernel Stack
Automatically move to the next video in the Classroom when playback concludes
- 1 SECURITY
- 2 Linux thread stack for x86_64
- 3 Buffer overflows
- 4 Stack Overflows
- 5 Uninitialized Stack
- 6 Stackjacking
- 7 Inter-stack exploitation
- 8 A more recent example
- 9 Stack Clash
- 10 Basic measures for x86_64
- 11 VMAP-based stack
- 12 Variable-Length Arrays removal
- 13 STACKLEAK and stack initialization
- 14 Gap analysis
- 15 In-stack randomization: comparison
- 16 CONFIG_RANDOMIZE_KSTACK_OFFSET
- 17 Performance, performance, performance.....
- 18 Discussion & Conclusions
- 19 References