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

Function getprocaddr

pythonmemorymodule/__init__.py:467–471  ·  view source on GitHub ↗
(handle,func)

Source from the content-addressed store, hash-verified

465 return res
466
467def getprocaddr(handle,func):
468 kernel32.GetProcAddress.argtypes = [c_void_p, c_char_p]
469 kernel32.GetProcAddress.restype = c_void_p
470 address = kernel32.GetProcAddress(handle, func)
471 return address
472
473class MemoryModule(pe.PE):
474

Callers 1

build_import_tableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected