google/oss-fuzz-gen

Logic for test-to-harness conversion

Opened this issue · 2 comments

Test-to-harness conversion by way of LLM sounds like an interesting avenue and is very commonly an approach taken by security engineers when first approaching a given project.

I see multiple steps:

  1. Enable in experimental without use of FI
  2. Enable in core without use of FI
  3. Assess quality overall
  4. See if improvements can be made using more program analysis data by way of FI

Option (1) above has been implemented in #495