Method | Description | |
---|---|---|
IMAGE_TLS_CALLBACK ( byte buff, uint offset, bool is64Bit ) |
Create a new TLS callback structure.
|
public IMAGE_TLS_CALLBACK ( byte buff, uint offset, bool is64Bit ) | ||
buff | byte | PE file as byte buffer. |
offset | uint | Offset of the TLS callback structure in the buffer. |
is64Bit | bool | Flag is the PE file is 64 Bit. |