Files
2021-05-01 00:05:11 -04:00

9 lines
269 B
C++

// injected-harness.cpp : Defines the exported functions for the DLL application.
//
#include "stdafx.h"
#include "exports.h"
__declspec(dllexport) AFL_SETTINGS fuzzer_settings;
__declspec(dllexport) volatile FORKSERVER_STATE forkserver_state = FORKSERVER_NOT_READY;