C# Class PeNet.Structures.IMAGE_THUNK_DATA

The thunk data is used by for the imports in the import section.
Inheritance: AbstractStructure
ファイルを表示 Open project: secana/PeNet Class Usage Examples

Public Methods

Method Description
IMAGE_THUNK_DATA ( byte buff, uint offset, bool is64Bit ) : System.Text

Create a new IMAGE_THUNK_DATA object.

ToString ( ) : string

Create a string representation of the objects properties.

Method Details

IMAGE_THUNK_DATA() public method

Create a new IMAGE_THUNK_DATA object.
public IMAGE_THUNK_DATA ( byte buff, uint offset, bool is64Bit ) : System.Text
buff byte A PE file as a byte array.
offset uint Raw offset of the thunk data.
is64Bit bool Set to true if the PE file is a x64 application.
return System.Text

ToString() public method

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