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

Function execute_64bits_code_from_syswow

windows/syswow64.py:59–60  ·  view source on GitHub ↗
(x64shellcode)

Source from the content-addressed store, hash-verified

57 return exec_stub
58
59def execute_64bits_code_from_syswow(x64shellcode):
60 return generate_64bits_execution_stub_from_syswow(x64shellcode)()
61
62def generate_syswow64_call(target, errcheck=None):
63 nb_args = len(target.prototype._argtypes_)

Callers 1

Tested by

no test coverage detected