xpdf
Fuzz实验1——xpdf
参考资料:
- [Fuzzing101/Exercise 1 at main · antonio-morales/Fuzzing101 (github.com)](https://github.com/antonio-morales/Fuzzing101/tree/main/Exercise 1)
- AFL++ (PlusPlus) 介绍与实践 - WelkinChan - 博客园 (cnblogs.com)
环境准备
创建工作目录
1 | mkdir fuzzing_xpdf && cd fuzzing_xpdf/ |
创建测试文件目录
1 | mkdir pdf_examples && cd pdf_examples |
源码插桩编译
1 | 配置 |
源码fuzz
1 | -s 设置随机数种子 |