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