Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 237 Bytes

Introduction-and-basic-concepts.md

File metadata and controls

8 lines (6 loc) · 237 Bytes

Introduction and Basic Concepts

cifuzz is build around the idea of four basic steps to successfully use fuzzing for your project:

  1. Initialize the project
  2. Create a fuzz test
  3. Build & Run the fuzz test(s)
  4. Debug your findings