Skip to content

NativeSymbolResolver

Namespace: Dotsider.Core.Analysis.Disasm

Assembly: Dotsider.Core.dll

Resolves a code or data virtual address to the symbol that contains it, so the disassembler can name call/branch/data targets. Returns false when no symbol covers the address. The out Offset lets the caller render Name+0x{offset} for a target that lands inside a symbol rather than at its start.

public delegate bool NativeSymbolResolver(ulong virtualAddress, out NativeSymbolRef symbol)