C# 클래스 PeNet.Structures.IMAGE_LOAD_CONFIG_DIRECTORY

The IMAGE_LOAD_CONFIG_DIRECTORY hold information important to load the PE file correctly.
상속: AbstractStructure
파일 보기 프로젝트 열기: secana/PeNet

공개 메소드들

메소드 설명
IMAGE_LOAD_CONFIG_DIRECTORY ( byte buff, uint offset, bool is64Bit )

Create a new IMAGE_LOAD_CONFIG_DIRECTORY object.

메소드 상세

IMAGE_LOAD_CONFIG_DIRECTORY() 공개 메소드

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.