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

Class BoundImportRefData

pythonmemorymodule/pefile.py:1791–1799  ·  view source on GitHub ↗

Holds bound import forwarder reference data. Contains the same information as the bound descriptor but for forwarded DLLs, if any. struct: IMAGE_BOUND_FORWARDER_REF structure name: dll name

Source from the content-addressed store, hash-verified

1789
1790
1791class BoundImportRefData(DataContainer):
1792 """Holds bound import forwarder reference data.
1793
1794 Contains the same information as the bound descriptor but
1795 for forwarded DLLs, if any.
1796
1797 struct: IMAGE_BOUND_FORWARDER_REF structure
1798 name: dll name
1799 """
1800
1801
1802class ExceptionsDirEntryData(DataContainer):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected