MCPcopy Create free account
hub / github.com/dobin/RedEdr / main

Function main

RedEdrPplService/RedEdrPplService.cpp:154–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152
153
154int main(INT argc, CHAR** argv)
155{
156 LOG_A(LOG_INFO, "Starting RedEdr PPL Service %s", REDEDR_VERSION);
157
158 DWORD result = ServiceEntry();
159 if (result != 0) {
160 LOG_A(LOG_ERROR, "Service failed to start, error: %d", result);
161 }
162
163 LOG_A(LOG_INFO, "RedEdr PPL Service terminated");
164 return result;
165}

Callers

nothing calls this directly

Calls 2

ServiceEntryFunction · 0.85
LOG_AFunction · 0.70

Tested by

no test coverage detected