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