Learning to Fuzz

Fuzzing is an automated way to find vulnerabilities in software. Fuzzing has grown in popularity as personal computers have become more accessible and powerful. In this post I will briefly detail my first experience using WinAFL. The first step was to write some vulnerable code to fuzz. Here’s the function that has the two unique... » read more