public bool Resolve(ulong address, out SymbolInfo symbol) { return(DbgHelpProcessor.LookupSymbol(address, out symbol)); }