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

Class LoadConfigData

pythonmemorymodule/pefile.py:1783–1788  ·  view source on GitHub ↗

Holds Load Config data. struct: IMAGE_LOAD_CONFIG_DIRECTORY structure name: dll name

Source from the content-addressed store, hash-verified

1781
1782
1783class LoadConfigData(DataContainer):
1784 """Holds Load Config data.
1785
1786 struct: IMAGE_LOAD_CONFIG_DIRECTORY structure
1787 name: dll name
1788 """
1789
1790
1791class BoundImportRefData(DataContainer):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected