Completed
Additions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Implementing an USB Host Driver Fuzzer
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 USB Basics
- 3 USB Standard
- 4 Descriptors
- 5 USB in operation
- 6 Security
- 7 Source code
- 8 Package definition
- 9 Packet description
- 10 Length field
- 11 More objects
- 12 Multistep fuzz
- 13 Additions
- 14 Choosing a target
- 15 Describing the device
- 16 Software needed
- 17 Fuzzing payload
- 18 Results
- 19 Conclusions
- 20 Questions