CodeIntelligenceTesting / jazzer

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

Is it possible to fuzz without instrumentation when using jazzer? #738

Closed papercode111 closed 1 year ago

papercode111 commented 1 year ago

Like dumb mode in AFL.

fmeum commented 1 year ago

--instrumentation_excludes=** --custom_hook_excludes=** should result in no classes being instrumented.

papercode111 commented 1 year ago

This works. Thanks a lot for your help!