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

Method context_is_valid

windows/alpc.py:113–115  ·  view source on GitHub ↗

True if :data:`~windows.generated_def.ALPC_MESSAGE_CONTEXT_ATTRIBUTE` is a ValidAttributes

(self)

Source from the content-addressed store, hash-verified

111
112 @property
113 def context_is_valid(self): # Change the name ?
114 """True if :data:`~windows.generated_def.ALPC_MESSAGE_CONTEXT_ATTRIBUTE` is a ValidAttributes"""
115 return self.attributes.is_valid(gdef.ALPC_MESSAGE_CONTEXT_ATTRIBUTE)
116
117
118 @property

Callers

nothing calls this directly

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected