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

Class ExportDirData

pythonmemorymodule/pefile.py:1614–1618  ·  view source on GitHub ↗

Holds export directory information. struct: IMAGE_EXPORT_DIRECTORY structure symbols: list of exported symbols (ExportData instances)

Source from the content-addressed store, hash-verified

1612
1613
1614class ExportDirData(DataContainer):
1615 """Holds export directory information.
1616
1617 struct: IMAGE_EXPORT_DIRECTORY structure
1618 symbols: list of exported symbols (ExportData instances)"""
1619
1620
1621class ExportData(DataContainer):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected