infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
fuzzer_input Struct Reference

Represents the fuzzer's input data as a consumable stream. More...

#include <fuzz_helpers.h>

Public Attributes

const uint8_tdata
 
size_t size
 

Detailed Description

Represents the fuzzer's input data as a consumable stream.

Member Data Documentation

◆ data

const uint8_t* fuzzer_input::data

A pointer to the current position in the input data buffer.

◆ size

size_t fuzzer_input::size

The number of bytes remaining in the buffer.


The documentation for this struct was generated from the following file: