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

Class ImportDescData

pythonmemorymodule/pefile.py:1539–1545  ·  view source on GitHub ↗

Holds import descriptor information. dll: name of the imported DLL imports: list of imported symbols (ImportData instances) struct: IMAGE_IMPORT_DESCRIPTOR structure

Source from the content-addressed store, hash-verified

1537
1538
1539class ImportDescData(DataContainer):
1540 """Holds import descriptor information.
1541
1542 dll: name of the imported DLL
1543 imports: list of imported symbols (ImportData instances)
1544 struct: IMAGE_IMPORT_DESCRIPTOR structure
1545 """
1546
1547
1548class ImportData(DataContainer):

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected