MCPcopy Create free account
hub / github.com/bytecode77/r77-rootkit / EntryPoint

Function EntryPoint

r77api/r77mindef.h:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27#ifdef CUSTOM_ENTRY
28int main();
29int __stdcall EntryPoint()
30{
31 // Define CUSTOM_ENTRY, if compiling with /ENTRY
32 // ExitProcess is required, if entry point is defined manually.
33
34 ExitProcess(main());
35}
36#endif
37
38#endif

Callers

nothing calls this directly

Calls 1

mainFunction · 0.50

Tested by

no test coverage detected