C# Class PeNet.Structures.IMAGE_EXPORT_DIRECTORY

The export directory contains all exported function, symbols etc. which can be used by other module.
Inheritance: AbstractStructure
Datei anzeigen Open project: secana/PeNet Class Usage Examples

Public Methods

Method Description
IMAGE_EXPORT_DIRECTORY ( byte buff, uint offset ) : System.Text

Create a new IMAGE_EXPORT_DIRECTORY object.

ToString ( ) : string

Creates a string representation of all object properties.

Method Details

IMAGE_EXPORT_DIRECTORY() public method

Create a new IMAGE_EXPORT_DIRECTORY object.
public IMAGE_EXPORT_DIRECTORY ( byte buff, uint offset ) : System.Text
buff byte PE file as a byte array.
offset uint Raw offset of the export directory in the PE file.
return System.Text

ToString() public method

Creates a string representation of all object properties.
public ToString ( ) : string
return string