Completed
practical steps
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
A Practical Guide to Fuzz Testing Embedded Software in a CI Pipeline - Dennis Kengo Oka - Ekoparty 2021: Hardware Hacking Space
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Agenda
- 3 Automotive trends
- 4 Cyber security
- 5 fuzzed messages
- 6 fuzz testing in a CI pipeline
- 7 strategies for fuzz testing
- 8 when to test
- 9 how to test
- 10 practical steps
- 11 zephyr
- 12 ci pipeline
- 13 ci pipeline example
- 14 target system
- 15 prioritize test targets
- 16 fuzz testing strategies
- 17 Detecting exceptions
- 18 Managing test results
- 19 Fuzz testing environment
- 20 Preparing the fuzz test environment
- 21 Preparing the native Posix networking environment
- 22 Configuring the file testing tool
- 23 Configuring the Jenkins pipeline
- 24 Call to Action