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

Class GUID

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

Source from the content-addressed store, hash-verified

54
55
56class GUID(NDRPacket):
57 ALIGNMENT = (4, 4)
58 fields_desc = [
59 NDRIntField("Data1", 0),
60 NDRShortField("Data2", 0),
61 NDRShortField("Data3", 0),
62 StrFixedLenField("Data4", "", length=8),
63 ]
64
65
66class ORPC_EXTENT(NDRPacket):

Callers 15

CustomHeaderClass · 0.90
__init__Method · 0.90
AcquireInterfaceMethod · 0.90
RemReleaseMethod · 0.90
ORPC_EXTENTClass · 0.70
ORPCTHISClass · 0.70

Calls 3

NDRIntFieldClass · 0.90
NDRShortFieldClass · 0.90
StrFixedLenFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…