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

Function IsProcessNameHidden

r77/Config.c:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 return Configuration && IntegerListContains(Configuration->HiddenProcessIds, processId);
47}
48BOOL IsProcessNameHidden(LPCWSTR name)
49{
50 return Configuration && StringListContains(Configuration->HiddenProcessNames, name);
51}
52BOOL IsProcessNameHiddenU(UNICODE_STRING name)
53{
54 PWCHAR chars = ConvertUnicodeStringToString(name);

Callers 4

GetIsHiddenFromPdhStringFunction · 0.85
IsProcessNameHiddenUFunction · 0.85

Calls 1

StringListContainsFunction · 0.85

Tested by

no test coverage detected