I recently released my Rust security Audit and Fuzzing online course and a lot of people asked me to also create a short tutorial about rust fuzzing using cargo fuzz.
In this course, I will first select a popular Rust library and identify the most interesting methods for rust fuzz testing. Then, I’ll explains how to use cargo fuzz (libfuzzer) to generate rust fuzzing targets and how to customize them. Finally, I’ll show how to run the fuzzer and explain some particularity of cargo fuzz.
You will get access of the complete tutorial with source code, cheatsheet and video right here.
I hope you will appreciate and you can discover more about my courses here.
Thank You,