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

Method set_chained_function_entry

pythonmemorymodule/pefile.py:1976–1979  ·  view source on GitHub ↗
(self, entry)

Source from the content-addressed store, hash-verified

1974 return self._chained_entry
1975
1976 def set_chained_function_entry(self, entry):
1977 if self._chained_entry != None:
1978 raise PEFormatError("Chained function entry cannot be changed")
1979 self._chained_entry = entry
1980
1981
1982class PrologEpilogOp:

Callers 1

Calls 1

PEFormatErrorClass · 0.85

Tested by

no test coverage detected