CodeIntelligenceTesting / jazzer

Coverage-guided, in-process fuzzing for the JVM
https://code-intelligence.com
Other
1.03k stars 137 forks source link

Use custom corpus #673

Closed liukoo closed 1 year ago

liukoo commented 1 year ago

How to use user custom corpus file

fmeum commented 1 year ago

When you run Jazzer from the command line, just add a path to a file or directory with corpus entries as a positional argument.

In fact, Jazzer supports all libFuzzer arguments, so you can also take a look at its documentation to learn more about specifying corpus directories.

(Feel free to reopen with more details if that shouldn't answer your question)