LibAFL | Babies first coverage-guided fuzzer
2024-12-30 | #coverage-guided fuzzing #fuzzing #LibAFL
I recently got the chance to give a talk at work titled fuzzing with LibAFL and finding 0days fast (hopefully)
. My goal by the end of this is to guide you through building your first fuzzer using LibAFL in a whitebox setting. We will be fuzzing an example C program I built and statically linking the function of interest into our fuzzer.