Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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()
305
def
GetProcAddress(hModule, lpProcName):
306
return
GetProcAddress.ctypes_function(hModule, lpProcName)
307
308
@Kernel32Proxy()
309
def
LoadLibraryA(lpFileName):
Callers
1
build_import_table
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected