Table of Contents

Interface IOffsetProvider

Namespace
AsmResolver
Assembly
AsmResolver.dll

Defines file offset and virtual address of a specific structure or segment in a binary file.

public interface IOffsetProvider

Properties

Offset

Gets the physical starting offset of the segment.

ulong Offset { get; }

Property Value

ulong

Rva

Gets the virtual address relative to the beginning of the section that the segment is located in.

uint Rva { get; }

Property Value

uint