Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ELMERIKH/PyinMemoryPE
/ get_recipient_data
Method
get_recipient_data
windows/crypto/cryptmsg.py:96–98 ·
view source on GitHub ↗
TODO: DOC
(self, index=0)
Source
from the content-addressed store, hash-verified
94
95
96
def
get_recipient_data(self, index=0):
97
""
"TODO: DOC"
""
98
return
self.get_param(gdef.CMSG_RECIPIENT_INFO_PARAM, index)
99
100
@property
101
def
recipients(self):
Callers
1
recipients
Method · 0.95
Calls
1
get_param
Method · 0.95
Tested by
no test coverage detected