PromptFuzz.md (439B)
1 # Prompt Fuzz 2 3 **Source:** Prompt Fuzzing for Fuzz Driver Generation (paper) 4 5 ## How it Works 6 7 1) Prompt LLM to generate programs that focus on specific APIs 8 2) Eliminate programs that fail to execute or trigger false positives 9 3) Guide the mutation of the LLM prompts with feedback of code coverage 10 4) Convert the arguments of library API calls inside the generated programs from constants to variables that can be mutated during fuzzing