C# Class PeNet.Structures.IMAGE_OPTIONAL_HEADER_x64

Represents the optional header in the NT header.
Inheritance: IMAGE_OPTIONAL_HEADER_x32
Afficher le fichier Open project: secana/PeNet

Méthodes publiques

Свойство Type Description
DataDirectory PeNet.Structures.IMAGE_DATA_DIRECTORY[]

Méthodes publiques

Méthode Description
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.

Method Details

IMAGE_OPTIONAL_HEADER_x64() public méthode

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.
Résultat System

ToString() public méthode

Creates a string representation of the objects properties.
public ToString ( ) : string
Résultat string

Property Details

DataDirectory public_oe property

The Data Directories.
public IMAGE_DATA_DIRECTORY[],PeNet.Structures DataDirectory
Résultat PeNet.Structures.IMAGE_DATA_DIRECTORY[]