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

Class RemoteGetClassObject_Response

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

Source from the content-addressed store, hash-verified

210
211
212class RemoteGetClassObject_Response(NDRPacket):
213 fields_desc = [
214 NDRPacketField("orpcthat", ORPCTHAT(), ORPCTHAT),
215 NDRFullPointerField(
216 NDRPacketField("ppActProperties", MInterfacePointer(), MInterfacePointer)
217 ),
218 NDRIntField("status", 0),
219 ]
220
221
222class RemoteCreateInstance_Request(NDRPacket):

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…