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

Method get_signer_data

windows/crypto/cryptmsg.py:78–83  ·  view source on GitHub ↗

Returns the signer informations for signer nb ``index`` :return: :class:`~windows.generated_def.winstructs.CMSG_SIGNER_INFO`

(self, index=0)

Source from the content-addressed store, hash-verified

76
77
78 def get_signer_data(self, index=0):
79 """Returns the signer informations for signer nb ``index``
80
81 :return: :class:`~windows.generated_def.winstructs.CMSG_SIGNER_INFO`
82 """
83 return self.get_param(gdef.CMSG_SIGNER_INFO_PARAM, index)
84
85 @property
86 def signers(self):

Callers 1

signersMethod · 0.95

Calls 1

get_paramMethod · 0.95

Tested by

no test coverage detected