Fuzzing Golang package in 5 min using go-fuzz and libfuzzer
Fuzzing golang packages using go fuzz & libfuzzer in less than 5 min In this course, I will first select a popular Golang package and identify the most interesting methods to fuzz. Then, I’ll explains how to use go fuzz and libfuzzer to compile the golang fuzzing target. Finally, I’ll show how to run the fuzzer. You will get access…