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

Function get_dll_name_from_python_version

windows/injection.py:325–327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

323 return shellcode_addr, remote_python_code_addr
324
325def get_dll_name_from_python_version():
326 version = sys.version_info
327 return "python{v.major}{v.minor}.dll".format(v=version)
328
329def find_python_dll_to_inject(target_bitness):
330 pydll_name = get_dll_name_from_python_version()

Callers 2

execute_python_codeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected