mirror of
https://github.com/sslab-gatech/winnie
synced 2026-06-08 17:35:47 +00:00
9 lines
269 B
C++
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;
|