libFuzzer
ToollibFuzzer is described in the provided evidence as an LLVM-based tool used as the basis for a coverage-guided fuzzing approach. In the cited RISC-V instruction-set-simulator verification work, researchers built on libFuzzer, added functional-coverage tracing and ISS-specific mutation support, and evaluated the approach on three publicly available RISC-V ISSs.
First seen 5/28/2026
Last seen 7/20/2026
Evidence 22 chunks
Wiki v2
WIKI
Overview
libFuzzer is described in the cited instruction-set-simulator (ISS) verification paper as an LLVM-based tool used as the foundation for a coverage-guided fuzzing (CGF) approach.[1]
The paper frames CGF as using a code-coverage metric, then extends that baseline with a functional-coverage metric and an ISS-specific mutation procedure.[2]
NEIGHBORHOOD
3 nodes · 3 edgesgraph · libFuzzer · depth=1
RELATIONSHIPS
16 connectionslibFuzzer is a library for coverage-guided fuzz testing.
The paper implements its CGF approach on top of libFuzzer.
LLVMFuzzerTestOneInput is the interface function that libFuzzer calls repeatedly to pass inputs to the DUT.
SiliFuzz uses libFuzzer to fuzz XED and Unicorn as proxies for snapshot generation.
LLVMFuzzerTestOneInput is the interface function defined in the DUT that libFuzzer calls.
LibFuzzer is integrated into the target binary using compiler instrumentation.
The paper mentions libFuzzer as a coverage-guided fuzzing tool.
The paper references libfuzzer as a software fuzzing tool in its related work.
libFuzzer is a general-purpose coverage-guided mutation-based fuzzing engine.
libFuzzer allows users to define their own mutators, turning it into a structure-aware fuzzing engine.
The XED integration is a libFuzzer fuzz target using the LLVMFuzzerTestOneInput interface.
libFuzzer is one of the first tools to popularize coverage-guided greybox fuzzing.
libFuzzer performs in-process fuzzing by being linked with the DUT.
libFuzzer uses code coverage to guide input generation.
The paper mentions LibFuzzer as a related fuzzing framework.
LibFuzzer is a coverage-guided fuzz testing framework.
CITATIONS
7 sources7 citations — click to expand
[1] libFuzzer is described as LLVM-based and used as the basis for CGF Verifying Instruction Set Simulators using Coverage-guided Fuzzing
[2] The ISS work added functional coverage and mutation extensions to CGF Verifying Instruction Set Simulators using Coverage-guided Fuzzing
[3] The RISC-V ISS case study was built on libFuzzer Verifying Instruction Set Simulators using Coverage-guided Fuzzing
[4] ISS-UT used clang branch-coverage instrumentation and manual functional-coverage trace calls Verifying Instruction Set Simulators using Coverage-guided Fuzzing
[5] Functional-coverage tracing captures instruction, decoded operation, registers, and immediates Verifying Instruction Set Simulators using Coverage-guided Fuzzing
[6] ISS-specific mutation uses engineer-defined instruction sequences Verifying Instruction Set Simulators using Coverage-guided Fuzzing
[7] The libFuzzer-based ISS evaluation found errors across the evaluated ISSs Verifying Instruction Set Simulators using Coverage-guided Fuzzing