Class ImageImportDescriptor
The ImageImportDescriptors are contained in the Import Directory and holds all the information about function and symbol imports.
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageImportDescriptor : AbstractStructure
Constructors
| Improve this Doc View SourceImageImportDescriptor(IRawFile, Int64)
Create a new ImageImportDescriptor object.
Declaration
public ImageImportDescriptor(IRawFile peFile, long offset)
Parameters
Type | Name | Description |
---|---|---|
IRawFile | peFile | A PE file. |
System.Int64 | offset | Raw offset of the descriptor. |
Properties
| Improve this Doc View SourceFirstThunk
Points to an ImageImportByName struct or to the address of the first function.
Declaration
public uint FirstThunk { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ForwarderChain
Forwarder Chain.
Declaration
public uint ForwarderChain { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Name
RVA to the name of the DLL.
Declaration
public uint Name { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
OriginalFirstThunk
Points to the first ImageImportByName struct.
Declaration
public uint OriginalFirstThunk { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
TimeDateStamp
Time and date stamp.
Declaration
public uint TimeDateStamp { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |