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
Rva
Gets the virtual address relative to the beginning of the section that the segment is located in.
uint Rva { get; }