MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / view_attribute

Method view_attribute

windows/alpc.py:73–78  ·  view source on GitHub ↗

The :data:`~windows.generated_def.ALPC_MESSAGE_VIEW_ATTRIBUTE` of the message: :type: :class:`ALPC_DATA_VIEW_ATTR`

(self)

Source from the content-addressed store, hash-verified

71
72 @property
73 def view_attribute(self):
74 """The :data:`~windows.generated_def.ALPC_MESSAGE_VIEW_ATTRIBUTE` of the message:
75
76 :type: :class:`ALPC_DATA_VIEW_ATTR`
77 """
78 return self.attributes.get_attribute(gdef.ALPC_MESSAGE_VIEW_ATTRIBUTE)
79
80 @property
81 def context_attribute(self):

Callers

nothing calls this directly

Calls 1

get_attributeMethod · 0.80

Tested by

no test coverage detected