Package com.code_intelligence.jazzer.api
package com.code_intelligence.jazzer.api
-
ClassDescriptionStatic 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.Consumer1<T1>Consumer2<T1,
T2> Consumer3<T1,T2, T3> Consumer4<T1,T2, T3, T4> Consumer5<T1,T2, T3, T4, T5> Function1<T1,R> Function2<T1,T2, R> Function3<T1,T2, T3, R> Function4<T1,T2, T3, T4, R> Function5<T1,T2, T3, T4, T5, R> 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 aMethodHook
.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 multipleMethodHook
annotations to the same method.