C# Class PeNet.Structures.IMAGE_LOAD_CONFIG_DIRECTORY

The IMAGE_LOAD_CONFIG_DIRECTORY hold information important to load the PE file correctly.
Inheritance: AbstractStructure
ファイルを表示 Open project: secana/PeNet

Public Methods

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

Create a new IMAGE_LOAD_CONFIG_DIRECTORY object.

Method Details

IMAGE_LOAD_CONFIG_DIRECTORY() public method

Create a new IMAGE_LOAD_CONFIG_DIRECTORY object.
public IMAGE_LOAD_CONFIG_DIRECTORY ( byte buff, uint offset, bool is64Bit )
buff byte Byte buffer with a PE file as content.
offset uint Offset of the structure in the buffer.
is64Bit bool Flag if the PE file is 64 Bit.