aboutsummaryrefslogtreecommitdiff
path: root/socketfuzzer.h
blob: 498e78166eb773407aca9aee18a614f5740fd426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "honggfuzz.h"

bool fuzz_waitForExternalInput(run_t* run);

bool fuzz_prepareSocketFuzzer(run_t* run);
int  fuzz_waitforSocketFuzzer(run_t* run);

bool fuzz_notifySocketFuzzerNewCov(honggfuzz_t* hfuzz);
bool fuzz_notifySocketFuzzerCrash(run_t* run);

bool setupSocketFuzzer(honggfuzz_t* hfuzz);
void cleanupSocketFuzzer();