Closed oliverchang closed 1 year ago
@oliverchang Shall I work on this?
Something like these? Mostly taken from OSS-Fuzz page + a new structure aware fuzzing one.
Something like these? Mostly taken from OSS-Fuzz page + a new structure aware fuzzing one.
looks good to me.
actually wanted more like what fuzzing is and more overview stuff. above links are already in libfuzzer/afl documentation.
actually wanted more like what fuzzing is and more overview stuff. above links are already in libfuzzer/afl documentation.
Like these?
actually wanted more like what fuzzing is and more overview stuff. above links are already in libfuzzer/afl documentation.
Like these?
* [Fuzz testing: Beginner’s guide](https://medium.com/ouspg/fuzz-testing-beginners-guide-da2c9179caa7) * [Complete Guide to Fuzzing](https://www.cybrary.it/2017/08/your-complete-guide-to-fuzzing/) * [15 minute guide to fuzzing](https://www.mwrinfosecurity.com/our-thinking/15-minute-guide-to-fuzzing/) * [Curated list of fuzzing resources](https://github.com/secfigo/Awesome-Fuzzing)
@inferno-chromium could you check if these are the resources your are expecting?
We should add more links to tutorials for fuzzing to our documentation for people who may not be as familiar with it.