MCPcopy Create free account
hub / github.com/secdev/scapy / _GetObjectInstance

Method _GetObjectInstance

scapy/layers/msrpce/msdcom.py:888–895  ·  view source on GitHub ↗

Internal function to get an ObjectInstance from an oid

(self, oid: int)

Source from the content-addressed store, hash-verified

886 raise NotImplementedError("Cannot use sr1_req on DCOM_Client !")
887
888 def _GetObjectInstance(self, oid: int):
889 """
890 Internal function to get an ObjectInstance from an oid
891 """
892 return ObjectInstance(
893 client=self,
894 oid=oid,
895 )
896
897 def _RemoteCreateInstanceOrGetClassObject(
898 self,

Calls 1

ObjectInstanceClass · 0.85

Tested by

no test coverage detected