Introduction to Blackbox Fuzzing
Introduction to Blackbox Fuzzing 1. Binary-only Fuzzing using AFL++ QEMU mode In this really basic course, I will use AFL++ to fuzz an already compiled binary. I will first explain how afl++ QEMU mode is working and why it’s impacting the performance. Then, we will fuzz the pdfinfo binary and we will improve the coverage…