Table of Contents

Interface IImportAddressProvider

Namespace
AsmResolver.PE.Imports.Builder
Assembly
AsmResolver.PE.dll

Defines members for resolving thunk RVAs to members in the import directory.

public interface IImportAddressProvider

Methods

GetThunkRva(string, string)

Obtains the RVA of a thunk.

uint GetThunkRva(string module, string member)

Parameters

module string

The name of the module that defines the imported member.

member string

The name of the imported member.

Returns

uint

The RVA

Exceptions

ArgumentException

Occurs when the member could not be found.