CompSec icon indicating copy to clipboard operation
CompSec copied to clipboard

Fuzzing: Advanced tools

Open Nicceboy opened this issue 1 year ago • 1 comments

Re-implement some tasks to include some programmatic fuzzing on scale

With at least:

  • https://llvm.org/docs/LibFuzzer.html
  • https://github.com/google/centipede
  • https://github.com/rust-fuzz/cargo-fuzz

Nicceboy avatar Mar 02 '23 12:03 Nicceboy

LibFuzzer is no longer developed and Centipede has been merged into https://github.com/google/fuzztest

Nicceboy avatar Jun 01 '23 13:06 Nicceboy