Show / Hide Table of Contents

Class ImageImportDescriptor

The ImageImportDescriptors are contained in the Import Directory and holds all the information about function and symbol imports.

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

Constructors

| Improve this Doc View Source

ImageImportDescriptor(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 Source

FirstThunk

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

ForwarderChain

Forwarder Chain.

Declaration
public uint ForwarderChain { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

Name

RVA to the name of the DLL.

Declaration
public uint Name { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

OriginalFirstThunk

Points to the first ImageImportByName struct.

Declaration
public uint OriginalFirstThunk { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

TimeDateStamp

Time and date stamp.

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