google / oss-fuzz-gen

LLM powered fuzzing via OSS-Fuzz.
Apache License 2.0
780 stars 92 forks source link

JVM:Simple arg handling #435

Closed arthurscchan closed 2 weeks ago

arthurscchan commented 2 weeks ago

This PR revamps the argument suggestion in prompts for JVM method. More details about creation of each arguments used in the method invocation has been added to allow LLM generate a better fuzzing harness with random data and correct argument types.

arthurscchan commented 2 weeks ago

Closing this in favour of #436.