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

Class BaseRelocationData

pythonmemorymodule/pefile.py:1716–1721  ·  view source on GitHub ↗

Holds base relocation information. struct: IMAGE_BASE_RELOCATION structure entries: list of relocation data (RelocationData instances)

Source from the content-addressed store, hash-verified

1714
1715
1716class BaseRelocationData(DataContainer):
1717 """Holds base relocation information.
1718
1719 struct: IMAGE_BASE_RELOCATION structure
1720 entries: list of relocation data (RelocationData instances)
1721 """
1722
1723
1724class RelocationData(DataContainer):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected