Table of Contents

Class VirtualAddressFactory

Namespace
AsmResolver
Assembly
AsmResolver.dll

Provides an implementation of a reference factory that constructs VirtualAddress objects.

public class VirtualAddressFactory : ISegmentReferenceFactory
Inheritance
VirtualAddressFactory
Implements
Inherited Members

Properties

Instance

Gets the default instance of this factory.

public static VirtualAddressFactory Instance { get; }

Property Value

VirtualAddressFactory

Methods

GetReferenceToRva(uint)

Resolves the provided virtual address to a segment reference.

public ISegmentReference GetReferenceToRva(uint rva)

Parameters

rva uint

The virtual address of the segment.

Returns

ISegmentReference

The reference to the segment.