MCPcopy Index your code
hub / github.com/secdev/scapy / bind

Method bind

scapy/layers/msrpce/rpcclient.py:693–699  ·  view source on GitHub ↗

Bind the client to an interface :param interface: the DceRpcInterface object

(self, interface: Union[DceRpcInterface, ComInterface])

Source from the content-addressed store, hash-verified

691 return False
692
693 def bind(self, interface: Union[DceRpcInterface, ComInterface]) -> bool:
694 """
695 Bind the client to an interface
696
697 :param interface: the DceRpcInterface object
698 """
699 return self._bind(interface, DceRpc5Bind, DceRpc5BindAck)
700
701 def alter_context(self, interface: Union[DceRpcInterface, ComInterface]) -> bool:
702 """

Callers 5

bind_or_alterMethod · 0.95
connect_and_bindMethod · 0.95
get_endpointFunction · 0.95
spawnMethod · 0.45
BINDMethod · 0.45

Calls 1

_bindMethod · 0.95

Tested by

no test coverage detected