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

Class TlsData

pythonmemorymodule/pefile.py:1757–1761  ·  view source on GitHub ↗

Holds TLS information. struct: IMAGE_TLS_DIRECTORY structure

Source from the content-addressed store, hash-verified

1755
1756
1757class TlsData(DataContainer):
1758 """Holds TLS information.
1759
1760 struct: IMAGE_TLS_DIRECTORY structure
1761 """
1762
1763
1764class BoundImportDescData(DataContainer):

Callers 1

parse_directory_tlsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected