Like the title, how can I use options like use_value_profile, keep_going,... when fuzzing with Junit?
I added jazzer.use_value_profile=1
to the junit-platform.properties but it not work.
The doc said
the jazzer.some_opt JUnit configuration parameter
but I'm not sure what that mean.
Can you provide an example?
Thanks a lot