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

Function IsProcessIdHidden

r77/Config.c:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44BOOL IsProcessIdHidden(DWORD processId)
45{
46 return Configuration && IntegerListContains(Configuration->HiddenProcessIds, processId);
47}
48BOOL IsProcessNameHidden(LPCWSTR name)
49{
50 return Configuration && StringListContains(Configuration->HiddenProcessNames, name);

Callers 5

GetProcessHiddenTimesFunction · 0.85
GetIsHiddenFromPdhStringFunction · 0.85

Calls 1

IntegerListContainsFunction · 0.85

Tested by

no test coverage detected