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

Function GetProcAddress

windows/winproxy/apis/kernel32.py:305–306  ·  view source on GitHub ↗
(hModule, lpProcName)

Source from the content-addressed store, hash-verified

303## Process Modules
304@Kernel32Proxy()
305def GetProcAddress(hModule, lpProcName):
306 return GetProcAddress.ctypes_function(hModule, lpProcName)
307
308@Kernel32Proxy()
309def LoadLibraryA(lpFileName):

Callers 1

build_import_tableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected