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

Function create_prefix

windows/native_exec/simple_x64.py:118–120  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

116
117
118def create_prefix(name, value):
119 prefix_type = type(name + "Type", (Prefix,), {'PREFIX_VALUE': value})
120 return prefix_type()
121
122LockPrefix = create_prefix('LockPrefix', 0xf0)
123Repne = create_prefix('Repne', 0xf2)

Callers 1

simple_x64.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected