You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to build some more support for apps that build with gradle and want to fuzz with JQF. This is not the same as #81, which shifted JQF itself to build with gradle. In this case, it would probably mean building a gradle plugin that would handle the rather tricky classpath details required to get a complicated program (especially written for Android) properly fuzzing. I got this working a few weeks ago, and it was complex enough that I think many casually-interested devs would get scared off.
I will probably start this in my own repo, but wanted to leave a note here in case you see this being of use in the base repo. Thanks!
The text was updated successfully, but these errors were encountered:
I'd like to build some more support for apps that build with gradle and want to fuzz with JQF. This is not the same as #81, which shifted JQF itself to build with gradle. In this case, it would probably mean building a gradle plugin that would handle the rather tricky classpath details required to get a complicated program (especially written for Android) properly fuzzing. I got this working a few weeks ago, and it was complex enough that I think many casually-interested devs would get scared off.
I will probably start this in my own repo, but wanted to leave a note here in case you see this being of use in the base repo. Thanks!
The text was updated successfully, but these errors were encountered: