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