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

Method get_code_py3

windows/native_exec/simple_x86.py:631–633  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

629 return prefix_opcode + bytes(self.value.dump())
630
631 def get_code_py3(self):
632 prefix_opcode = b"".join(bytes([p.PREFIX_VALUE]) for p in self.prefix)
633 return prefix_opcode + bytes(self.value.dump())
634
635 if is_py3:
636 get_code = get_code_py3

Callers

nothing calls this directly

Calls 1

dumpMethod · 0.45

Tested by

no test coverage detected