MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / LLVMFuzzerInitialize

Function LLVMFuzzerInitialize

apps/fuzzers/Fuzzer/fuzz_sqf_exec.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33// machinery is fully exercised.
34
35extern "C" int LLVMFuzzerInitialize(int*, char***)
36{
37 fuzz::InitEngine();
38 GGameState.Init(); // register the default nular/unary/binary operators
39 return 0;
40}
41
42extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
43{

Callers

nothing calls this directly

Calls 2

InitEngineFunction · 0.85
InitMethod · 0.45

Tested by

no test coverage detected