DavidKorczynski
DavidKorczynski
Refs for merging the code bases: https://github.com/google/oss-fuzz-gen/pull/440#discussion_r1667672538 and https://github.com/google/oss-fuzz-gen/pull/440#discussion_r1667666905
(1) and (2) has been set up in https://github.com/google/oss-fuzz-gen/pull/479 -- still a lot more work to do here but there are initial results.
Related: Fuzz Introspector has an analysis feature for "Optimal targets" which does a recursive analysis on which functions to target. Basically, pick the first best function to target, and then...
I still think this is a good thing to pursue though! Introspector's "Optimal targets" is just one heuristic trying to solve a similar problem, and the feature suggested in this...
> @DavidKorczynski: Are there any other changes required to use the C-specific prompt? No > Would you recommend updating the benchmarks before the exp? Yeah, I don't think it makes...
/gcbrun exp -n dk-9000 -b c-specific
The first step has been achieved with https://github.com/google/oss-fuzz-gen/pull/338
/gcbrun exp -n dk1007
I'll put this on hold for a few days @DonggeLiu as I think it can be improved but it takes a bit of experimentation.
apologies for the delay here @dergoegge -- I'm looking at reducing the memory overhead!