firedancer
firedancer copied to clipboard
Define stable API for sBPF loader for differential fuzzer
The generic differential fuzzer will import fuzz targets from shared libraries.
In order to send fuzz inputs and receive outputs, we need to define a stable API between the fuzz engine and targets. The first target will be the sBPF ELF loader.