Class ImageThunkData
The thunk data is used by for the imports in the import section.
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageThunkData : AbstractStructure
Constructors
| Improve this Doc View SourceImageThunkData(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 SourceAddressOfData
Points to the address in the IAT or to an ImageImportByName struct.
Declaration
public ulong AddressOfData { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
ForwarderString
Same as AddressOfFunction.
Declaration
public ulong ForwarderString { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Function
Same as AddressOfFunction.
Declaration
public ulong Function { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Ordinal
Same as AddressOfFunction.
Declaration
public ulong Ordinal { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |