Overview of Fuzzbench Harness (text) features
mainThe Fuzzbench Harness (text) is an example fuzzer optimized for Fuzzbench environments.
Key characteristics:
- Single-threaded optimization: Uses
SimpleRestartingEventManagerinstead ofLlmpRestartEventManagerbecause Fuzzbench is single-threaded. - Auto-detection: Automatically detects if passed-in tokens and initial inputs are text or binary data.
- Grimoire Integration: Automatically enables Grimoire if text data is detected.
- Compatibility: Uses the libfuzzer compatibility layer and SanitizerCoverage for feedback.