Skip to content
Rohan Padhye edited this page Apr 3, 2018 · 1 revision

Under construction

Running

Do I need to clone the JQF repository to fuzz my project?

No, you do not. JQF also ships as a maven plugin, which you can use if your project uses Maven. The plugin enables the commands mvn jqf:fuzz and mvn jqf:repro.

What is the difference between the JQF Maven plugin and the command-line drivers?

Should I fuzz with AFL or with JQF's own fuzzer?

How do I choose which classes JQF should instrument?

Troubleshooting

I do not see any increase in code coverage. What could be wrong?