Fuzzing popular Rust library in 5 min using cargo fuzz / libfuzzer
2020-10-07 18:23:53 Author: fuzzinglabs.com(查看原文) 阅读量:236 收藏

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.

fuzzing security courses trainings consulting training academy patrick rust webassembly wasm go ventuzelo
FuzzingLabs Academy: Source code + cheatsheet + video

I hope you will appreciate and you can discover more about my courses here.

Thank You,

Enter your email and we'll send you a bundle of awesome resources. 100% free - 100% awesome.

Any questions about our services and trainings ?

Get in touch today with any questions that you might have.


文章来源: https://fuzzinglabs.com/fuzzing-rust-library-cargofuzz-libfuzzer/
如有侵权请联系:admin#unsafe.sh