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

A helper structure to safely consume bytes from the fuzzer's input buffer. More...

#include <fuzz_helpers.h>

Public Attributes

const uint8_tdata
 
size_t size
 

Detailed Description

A helper structure to safely consume bytes from the fuzzer's input buffer.

Member Data Documentation

◆ data

const uint8_t* fuzzer_input::data

◆ size

size_t fuzzer_input::size

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