> cat /dev/github | grep security-tools
discovered 03 Aug 2026

jazzer-Java-Fuzzer-

via awesome-list
→ View on GitHub
Jazzer is a coverage-guided, in-process fuzzer designed for the JVM platform, leveraging libFuzzer's mutation capabilities for efficient fuzz testing of Java and Kotlin applications. It operates directly within the fuzzer process to enhance execution speed and facilitate seamless testing of native libraries, while supporting multiple platforms including Linux, macOS, and Windows. Notably, Jazzer is integrated with OSS-Fuzz, enabling large-scale fuzzing for open-source projects, and can be run within a Docker container for ease of use.