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

Method from_string

windows/generated_def/winstructs.py:208–214  ·  view source on GitHub ↗
(cls, strsid)

Source from the content-addressed store, hash-verified

206
207 @classmethod
208 def from_string(cls, strsid):
209 self = cls()
210 if not isinstance(strsid, bytes):
211 strsid = strsid.encode("ascii")
212 # Pass to ConvertStringSidToSidW ?
213 windows.winproxy.ConvertStringSidToSidA(strsid, self)
214 return self
215
216 def to_string(self):
217 sid_str = LPCSTR()

Callers 15

import_pfxFunction · 0.45
encode_init_vectorFunction · 0.45
encryptFunction · 0.45
protectFunction · 0.45
unprotectFunction · 0.45
NetworkClass · 0.45
security_descriptorMethod · 0.45
WmiNamespaceClass · 0.45
set_integrityMethod · 0.45
__init__Method · 0.45
enableMethod · 0.45
enable_exMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected