Table of Contents

Interface ISegmentReferenceFactory

Namespace
AsmResolver
Assembly
AsmResolver.dll

Provides members for resolving virtual addresses to a segment in a binary file.

public interface ISegmentReferenceFactory

Methods

GetReferenceToRva(uint)

Resolves the provided virtual address to a segment reference.

ISegmentReference GetReferenceToRva(uint rva)

Parameters

rva uint

The virtual address of the segment.

Returns

ISegmentReference

The reference to the segment.