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

Method create

pythonmemorymodule/pefile.py:2244–2250  ·  view source on GitHub ↗
(unwcode)

Source from the content-addressed store, hash-verified

2242
2243 @staticmethod
2244 def create(unwcode):
2245 code = unwcode.UnwindOp
2246 return (
2247 PrologEpilogOpsFactory._class_dict[code]()
2248 if code in PrologEpilogOpsFactory._class_dict
2249 else None
2250 )
2251
2252
2253# Valid FAT32 8.3 short filename characters according to:

Callers 1

unpack_in_stagesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected