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

Method handle_attribute

windows/alpc.py:89–94  ·  view source on GitHub ↗

The :data:`~windows.generated_def.ALPC_MESSAGE_HANDLE_ATTRIBUTE` of the message: :type: :class:`ALPC_HANDLE_ATTR`

(self)

Source from the content-addressed store, hash-verified

87
88 @property
89 def handle_attribute(self):
90 """The :data:`~windows.generated_def.ALPC_MESSAGE_HANDLE_ATTRIBUTE` of the message:
91
92 :type: :class:`ALPC_HANDLE_ATTR`
93 """
94 return self.attributes.get_attribute(gdef.ALPC_MESSAGE_HANDLE_ATTRIBUTE)
95
96 ## Low level validity check (Test)
97 @property

Callers

nothing calls this directly

Calls 1

get_attributeMethod · 0.80

Tested by

no test coverage detected