C# Class PeNet.Structures.IMAGE_IMPORT_BY_NAME

The IMAGE_IMPORT_BY_NAME structure is used to describes imports of functions or symbols by their name. The AddressOfData in the IMAGE_THUNK_DATA from the IMAGE_IMPORT_DESCRIPTOR points to it.
Inheritance: AbstractStructure
ファイルを表示 Open project: secana/PeNet

Public Methods

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

Create new IMAGE_IMPORT_BY_NAME object.

ToString ( ) : string

Creates a string representation of the objects properties.

Method Details

IMAGE_IMPORT_BY_NAME() public method

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

ToString() public method

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