Accueil »
afl
The art of fuzzing: Windows Binaries
Author: 2ourc3 Introduction Today we are gonna dive into grey-box fuzzing by testing closed source Windows binaries. This type of fuzzing allows one to fuzz a target without having access to its source code. Why… Read More »The art of fuzzing: Windows Binaries
The art of Fuzzing: Introduction.
This fuzzing introduction cover all the essentials one should know about the art of fuzzing. It explain major concept and illustrate it with and hands-on exercise the reader can follow. In conclusion some hints are given on how to hunt for bugs with fuzzing