Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 391 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 391 Bytes

fuzzing-with-sanitizers

Tools, documentation and test inputs for fuzzing opensource projects with AddressSanitizer and friends.

The goal of this project is to demonstrate how to store fuzz test corpuses for fuzzers such as LLVM's LibFuzzer or AFL and how to setup up continuous fuzz testing process.

Stay tuned.