Metadata

Annotations

Notes

Fuzzer that generates valid BPF programs (I’m assuming mainly helper function calls) and was able to find CVEs

  • BRF parses kernel code to extract helper, constraint info (the error messages; the actual constraint is implemented manually), etc
  • Adds helper function calls, branches, etc to satisfy the verifier
  • Coordinates between map type, map attributes, and program type