14 repos
Tools and frameworks for fuzz testing—automated software testing that feeds random or semi-random inputs to discover crashes, memory safety violations, and other bugs. The cluster spans from low-level fuzzing engines (honggfuzz, boofuzz) to higher-level orchestration platforms (OSS-Fuzz, ClusterFuzz, ClusterFuzzLite) that coordinate fuzzing across large codebases and open-source projects. Most repos are written in Python or C, reflecting both the scripting and systems-level work required in this domain. Fuzz-introspector and related tools add introspection and analysis to make fuzzing more effective.