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
Methods
GetReferenceToRva(uint)
Resolves the provided virtual address to a segment reference.
public ISegmentReference GetReferenceToRva(uint rva)
Parameters
rva
uintThe virtual address of the segment.
Returns
- ISegmentReference
The reference to the segment.