Package com.code_intelligence.jazzer
Class Jazzer
java.lang.Object
com.code_intelligence.jazzer.Jazzer
The libFuzzer-compatible CLI entrypoint for Jazzer.
 
Arguments to Jazzer are passed as command-line arguments or jazzer.* system
 properties. For example, setting the property jazzer.target_class to 
 com.example.FuzzTest is equivalent to passing the argument 
 --target_class=com.example.FuzzTest.
 
Arguments to libFuzzer are passed as command-line arguments.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Jazzerpublic Jazzer()
 
- 
- 
Method Details- 
main- Throws:
- IOException
- InterruptedException
 
 
-