Description
Finds crashes and security bugs by fuzzing programs with AFL++ instrumentation, coverage guidance, QEMU mode, and advanced mutation strategies. It is useful for developers and security researchers testing parsers, file formats, services, and native code.
Fuzzing can run untrusted inputs at high speed and may trigger dangerous behavior in the target program. Test inside isolated directories, containers, or virtual machines when appropriate.