All Classes and Interfaces

Class
Description
Static helper functions that allow Jazzer fuzz targets to use Autofuzz.
Only used internally.
Only used internally.
Provides static functions that configure the behavior of bug detectors provided by Jazzer.
Replays recorded FuzzedDataProvider invocations that were executed while fuzzing.
 
 
 
 
 
 
 
 
 
 
A convenience wrapper turning the raw fuzzer input bytes into Java primitive types.
Thrown to indicate that a fuzz target has detected a critical severity security issue rather than a normal bug.
Thrown to indicate that a fuzz target has detected a high severity security issue rather than a normal bug.
Thrown to indicate that a fuzz target has detected a low severity security issue rather than a normal bug.
Thrown to indicate that a fuzz target has detected a medium severity security issue rather than a normal bug.
The type of a MethodHook.
Static helper methods that hooks can use to provide feedback to the fuzzer.
Registers the annotated method as a hook that should run before, instead or after the method specified by the annotation parameters.
Internal helper allowing to apply multiple MethodHook annotations to the same method.
A specialization of AutoCloseable without a throws declarations on SilentCloseable.close().
A safe to use companion of Zer that is used to produce serializable instances of it with only light patching.
A honeypot class that reports a finding on initialization.