Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Writing Trusted Applications in Rust
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Use Cases
- 3 The TrustZone TEE
- 4 TrustZone in Practice
- 5 TEE OS Protections
- 6 Writing (good) C is Hard
- 7 Example: WideVine Trusted Application
- 8 Example: Samsung OTP Buffer Overflow
- 9 What's Rust?
- 10 Why Rust?
- 11 Rust / CFFI
- 12 Learning Rust
- 13 Get an OS
- 14 Generate Rust Bindings
- 15 Write a Rust Library
- 16 Compile, Link, Sign
- 17 Conclusions