Fuzzing101: https://github.com/antonio-morales/Fuzzing101
目录:
- 练习1: Xpdf
- 练习2: libexif
Fuzzer
文中主要使用了AFL++这个fuzzer,因为以前我没用过,在这里我是使用到AFL++的docker版本
docker pull aflplusplus/aflplusplus
docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus