Completed
Same thing on Windows
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Efficient Syscall Emulation on Linux
Automatically move to the next video in the Classroom when playback concludes
- 1 Introducción
- 2 System calls
- 3 Operating-System specific
- 4 Architecture specific
- 5 A word on libc support
- 6 Same thing on Windows
- 7 "Wine is not an emulator". Why?
- 8 Syscall interception in userspace
- 9 We need to go into the kernel
- 10 Filtering syscalls in userspace
- 11 SECCOMP specialized filter
- 12 Syscall User Dispatch
- 13 Crossing Windows/Linux Boundaries