google / oss-fuzz-gen

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

JVM: Add handling suggestion for simple arguments #436

Closed arthurscchan closed 1 week ago

arthurscchan commented 2 weeks ago

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