summaryrefslogtreecommitdiff
path: root/socketfuzzer.h
blob: 173f24d10ab065705e92486bf41618ecea24e6fd (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();