TeamSibyl / overview

This repository contains basic info on the goals and findings for Team Sibyl. If you're new, start here.
MIT License
0 stars 0 forks source link

Study fuzzing #6

Closed spadaval closed 6 years ago

spadaval commented 7 years ago

Look into the state of the field of fuzzing, specifically:

  1. Definitions and terminology.
  2. Techniques for generating test cases and for detecting failures.
  3. Other fuzzing projects, and their approaches.
  4. Existing research papers in the field.
  5. Language-specific support.
  6. Usage of ML in fuzzing.
  7. Usage of distributed, cloud-based systems in fuzzing.
  8. The scope of white-box testing, and the tools requires to support it.
  9. An overview of attack surfaces, and how they affect everything else.

Dump everything in the readme.md in the fuzzing repo for now. We'll sort it out later.