C# Class PeNet.Structures.IMAGE_TLS_DIRECTORY

Thread Local Storage Directory.
Inheritance: AbstractStructure
ファイルを表示 Open project: secana/PeNet Class Usage Examples

Public Methods

Method Description
IMAGE_TLS_DIRECTORY ( byte buff, uint offset, bool is64Bit )

Create new TLS directory structure.

Method Details

IMAGE_TLS_DIRECTORY() public method

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.