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

Class OBJREF

scapy/layers/msrpce/msdcom.py:444–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442
443
444class OBJREF(Packet):
445 fields_desc = [
446 XStrFixedLenField("signature", b"MEOW", length=4), # :3
447 LEIntField("flags", 0x04),
448 UUIDField("iid", IID_IActivationPropertiesIn, uuid_fmt=UUIDField.FORMAT_LE),
449 ]
450
451
452# [MS-DCOM] 2.2.18.2

Calls 3

XStrFixedLenFieldClass · 0.90
LEIntFieldClass · 0.90
UUIDFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…