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

Class RemoteGetClassObject_Request

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

Source from the content-addressed store, hash-verified

201
202
203class RemoteGetClassObject_Request(NDRPacket):
204 fields_desc = [
205 NDRPacketField("orpcthis", ORPCTHIS(), ORPCTHIS),
206 NDRFullPointerField(
207 NDRPacketField("pActProperties", MInterfacePointer(), MInterfacePointer)
208 ),
209 ]
210
211
212class RemoteGetClassObject_Response(NDRPacket):

Callers

nothing calls this directly

Calls 4

NDRPacketFieldClass · 0.90
NDRFullPointerFieldClass · 0.90
ORPCTHISClass · 0.85
MInterfacePointerClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…