Show / Hide Table of Contents

Class ImageThunkData

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

Inheritance
System.Object
AbstractStructure
ImageThunkData
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageThunkData : AbstractStructure

Constructors

| Improve this Doc View Source

ImageThunkData(IRawFile, UInt32, Boolean)

Create a new ImageThunkData object.

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

A PE file.

System.UInt32 offset

Raw offset of the thunk data.

System.Boolean is64Bit

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

Properties

| Improve this Doc 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
System.UInt64
| Improve this Doc View Source

ForwarderString

Same as AddressOfFunction.

Declaration
public ulong ForwarderString { get; set; }
Property Value
Type Description
System.UInt64
| Improve this Doc View Source

Function

Same as AddressOfFunction.

Declaration
public ulong Function { get; set; }
Property Value
Type Description
System.UInt64
| Improve this Doc View Source

Ordinal

Same as AddressOfFunction.

Declaration
public ulong Ordinal { get; set; }
Property Value
Type Description
System.UInt64
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX