概要
The libFuzzer skill provides comprehensive guidance for implementing in-process, coverage-guided fuzz testing within C and C++ projects. As part of the LLVM project, it offers a streamlined approach to identifying memory corruption, security vulnerabilities, and logic bugs by automatically generating and mutating test inputs based on code coverage. This skill helps developers and security researchers set up harnesses, manage test corpora, configure sanitizers, and integrate fuzzing into audit and development workflows to ensure high-performance software robustness.