MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / main

Function main

Src/CebuLoader/CebuLoaderMain.cpp:33–36  ·  view source on GitHub ↗

Debug version of entry point, executes the embedded resource

Source from the content-addressed store, hash-verified

31
32/// Debug version of entry point, executes the embedded resource
33int main()
34{
35 ExecResource(GetModuleHandle(NULL));
36}
37#endif

Callers

nothing calls this directly

Calls 1

ExecResourceFunction · 0.85

Tested by

no test coverage detected