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

Function GetCurrentProcess

windows/winproxy/apis/kernel32.py:19–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18@Kernel32Proxy()
19def GetCurrentProcess():
20 return GetCurrentProcess.ctypes_function()
21
22@Kernel32Proxy()
23def ExitProcess(uExitCode):

Callers 1

OpenProcessTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected