C# 클래스 PeNet.Structures.IMAGE_OPTIONAL_HEADER_x64

Represents the optional header in the NT header.
상속: IMAGE_OPTIONAL_HEADER_x32
파일 보기 프로젝트 열기: secana/PeNet

공개 프로퍼티들

프로퍼티 타입 설명
DataDirectory PeNet.Structures.IMAGE_DATA_DIRECTORY[]

공개 메소드들

메소드 설명
IMAGE_OPTIONAL_HEADER_x64 ( byte buff, uint offset ) : System

Create a new IMAGE_OPTIONAL_HEADER object.

ToString ( ) : string

Creates a string representation of the objects properties.

메소드 상세

IMAGE_OPTIONAL_HEADER_x64() 공개 메소드

Create a new IMAGE_OPTIONAL_HEADER object.
public IMAGE_OPTIONAL_HEADER_x64 ( byte buff, uint offset ) : System
buff byte A PE file as a byte array.
offset uint Raw offset to the optional header.
리턴 System

ToString() 공개 메소드

Creates a string representation of the objects properties.
public ToString ( ) : string
리턴 string

프로퍼티 상세

DataDirectory 공개적으로 프로퍼티

The Data Directories.
public IMAGE_DATA_DIRECTORY[],PeNet.Structures DataDirectory
리턴 PeNet.Structures.IMAGE_DATA_DIRECTORY[]