Making Your Library More Reliable with Fuzzing
Offered By: CppNow via YouTube
Course Description
Overview
Explore the world of fuzzing to enhance library reliability in this 49-minute conference talk from C++Now 2018. Delve into the evolution of fuzzing techniques, from simple random input testing to sophisticated modern approaches. Learn about various fuzzing tools and options, and discover real-world applications through case studies of fuzzing libc++ and Boost.Algorithm. Gain insights from Marshall Clow, an experienced programmer, Boost contributor, and C++ standards committee member, as he shares his expertise on making libraries more robust through effective fuzzing strategies.
Syllabus
Welcome
About me
Fuzzing
Tools for fuzzing
Guided fuzzing
Individual fuzzers
Lib Fuzzer
Example
Partition
Corpus
OSS Fuzz
Library Fuzz
RedX Fuzz
OSS Fuzz Boost
Questions
Test Cases
Crash
Format Specific Fuzzers
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube