LLVMFuzzerTestOneInput
CodeArtifactLLVMFuzzerTestOneInput is the target-side input callback used by libFuzzer for in-process coverage-guided fuzzing. The function is defined by the device or software under test, is called repeatedly by libFuzzer with generated byte-stream inputs, and typically returns 0 after processing an input.
WIKI
Overview
LLVMFuzzerTestOneInput is the input interface function that a device or software under test provides to libFuzzer. In the cited coverage-guided fuzzing workflow, libFuzzer is linked with the device under test (DUT) for in-process fuzzing and calls this interface function repeatedly during the fuzzing process. The function receives generated input data, lets the DUT process it, and returns 0 to indicate that the input has been processed.
Role in libFuzzer
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →