Show / Hide Table of Contents

Class ImageThunkData

The thunk data is used by for the imports in the import section.

Inheritance
object
AbstractStructure
ImageThunkData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageThunkData : AbstractStructure

Constructors

| Edit this page View Source

ImageThunkData(IRawFile, uint, bool)

Create a new ImageThunkData object.

Declaration
public ImageThunkData(IRawFile peFile, uint offset, bool is64Bit)
Parameters
Type Name Description
IRawFile peFile

A PE file.

uint offset

Raw offset of the thunk data.

bool is64Bit

Set to true if the PE file is a x64 application.

Properties

| Edit this page View Source

AddressOfData

Points to the address in the IAT or to an ImageImportByName struct.

Declaration
public ulong AddressOfData { get; set; }
Property Value
Type Description
ulong
| Edit this page View Source

ForwarderString

Same as AddressOfFunction.

Declaration
public ulong ForwarderString { get; set; }
Property Value
Type Description
ulong
| Edit this page View Source

Function

Same as AddressOfFunction.

Declaration
public ulong Function { get; set; }
Property Value
Type Description
ulong
| Edit this page View Source

Ordinal

Same as AddressOfFunction.

Declaration
public ulong Ordinal { get; set; }
Property Value
Type Description
ulong
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX