Method | Description | |
---|---|---|
IMAGE_TLS_DIRECTORY ( byte buff, uint offset, bool is64Bit ) |
Create new TLS directory structure.
|
public IMAGE_TLS_DIRECTORY ( byte buff, uint offset, bool is64Bit ) | ||
buff | byte | PE file as binary buffer. |
offset | uint | Offset to TLS structure in buffer. |
is64Bit | bool | Flag if the PE file is 64 Bit. |