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

Class RemoteCreateInstance_Response

scapy/layers/msrpce/raw/ms_dcom.py:234–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232
233
234class RemoteCreateInstance_Response(NDRPacket):
235 fields_desc = [
236 NDRPacketField("orpcthat", ORPCTHAT(), ORPCTHAT),
237 NDRFullPointerField(
238 NDRPacketField("ppActProperties", MInterfacePointer(), MInterfacePointer)
239 ),
240 NDRIntField("status", 0),
241 ]
242
243
244IREMOTESCMACTIVATOR_OPNUMS = { # 0: Opnum0NotUsedOnWire,

Callers

nothing calls this directly

Calls 5

NDRPacketFieldClass · 0.90
NDRFullPointerFieldClass · 0.90
NDRIntFieldClass · 0.90
ORPCTHATClass · 0.85
MInterfacePointerClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…