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

Class InstantiationInfoData

scapy/layers/msrpce/msdcom.py:148–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147
148class InstantiationInfoData(NDRPacket):
149 ALIGNMENT = (4, 8)
150 fields_desc = [
151 NDRPacketField("classId", GUID(), GUID),
152 NDRIntField("classCtx", 0),
153 NDRIntField("actvflags", 0),
154 NDRSignedIntField("fIsSurrogate", 0),
155 NDRIntField("cIID", None, size_of="pIID"),
156 NDRIntField("instFlag", 0),
157 NDRFullEmbPointerField(
158 NDRConfPacketListField(
159 "pIID", [GUID()], GUID, count_from=lambda pkt: pkt.cIID
160 ),
161 ),
162 NDRIntField("thisSize", 0),
163 NDRPacketField(
164 "clientCOMVersion",
165 COMVERSION(),
166 COMVERSION,
167 ),
168 ]
169
170
171# [MS-DCOM] 2.2.22.2.2

Calls 7

NDRPacketFieldClass · 0.90
GUIDClass · 0.90
NDRIntFieldClass · 0.90
NDRSignedIntFieldClass · 0.90
COMVERSIONClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…