Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ELMERIKH/PyinMemoryPE
/ initsecurity
Function
initsecurity
windows/com.py:35–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
return
initsecurity()
34
35
def
initsecurity():
# Should take some parameters..
36
return
winproxy.CoInitializeSecurity(0, -1, None, 0, 0, RPC_C_IMP_LEVEL_IMPERSONATE, 0,0,0)
37
38
39
class
Dispatch(interfaces.IDispatch):
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected