C# Class PeNet.Structures.IMAGE_TLS_CALLBACK

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

Public Methods

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

Create a new TLS callback structure.

Method Details

IMAGE_TLS_CALLBACK() public method

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.