Documentation
¶
Index ¶
- Constants
- func JazzerAutoFuzzFlag(value string) string
- func JazzerTargetClassFlag(value string) string
- func JazzerTargetMethodFlag(value string) string
- func LibFuzzerArtifactPrefixFlag(value string) string
- func LibFuzzerDictionaryFlag(value string) string
- func LibFuzzerMaxTotalTimeFlag(value string) string
Constants ¶
View Source
const ( JazzerMainClass string = "com.code_intelligence.jazzer.Jazzer" JazzerTargetClass string = "--target_class" JazzerTargetMethod string = "--target_method" JazzerAutoFuzz string = "--autofuzz" JazzerTargetClassManifest string = "Jazzer-Fuzz-Target-Class" )
View Source
const ( LibFuzzerMaxTotalTime string = "-max_total_time" LibFuzzerDictionary string = "-dict" LibFuzzerArtifactPrefix string = "-artifact_prefix" )
Variables ¶
This section is empty.
Functions ¶
func JazzerAutoFuzzFlag ¶
func JazzerTargetClassFlag ¶
func JazzerTargetMethodFlag ¶
func LibFuzzerDictionaryFlag ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.