Class IMAGE_IMPORT_DESCRIPTOR
The IMAGE_IMPORT_DESCRIPTORs are contained in the Import Directory and holds all the information about function and symbol imports.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public class IMAGE_IMPORT_DESCRIPTOR : AbstractStructure
Constructors
| Improve this Doc View SourceIMAGE_IMPORT_DESCRIPTOR(Byte[], UInt32)
Create a new IMAGE_IMPORT_DESCRIPTOR object.
Declaration
public IMAGE_IMPORT_DESCRIPTOR(byte[] buff, uint offset)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buff | A PE file as a byte array. |
System.UInt32 | offset | Raw offset of the descriptor. |
Properties
| Improve this Doc View SourceFirstThunk
Points to an IMAGE_IMPORT_BY_NAME 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 IMAGE_IMPORT_BY_NAME 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 |