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

Method context_attribute

windows/alpc.py:81–86  ·  view source on GitHub ↗

The :data:`~windows.generated_def.ALPC_MESSAGE_CONTEXT_ATTRIBUTE` of the message: :type: :class:`ALPC_CONTEXT_ATTR`

(self)

Source from the content-addressed store, hash-verified

79
80 @property
81 def context_attribute(self):
82 """The :data:`~windows.generated_def.ALPC_MESSAGE_CONTEXT_ATTRIBUTE` of the message:
83
84 :type: :class:`ALPC_CONTEXT_ATTR`
85 """
86 return self.attributes.get_attribute(gdef.ALPC_MESSAGE_CONTEXT_ATTRIBUTE)
87
88 @property
89 def handle_attribute(self):

Callers

nothing calls this directly

Calls 1

get_attributeMethod · 0.80

Tested by

no test coverage detected