Header menu logo B2R2

INameReadable Type

Represents an interface for reading symbolic names in a binary.

Instance members

Instance member Description

this.TryFindName

Full Usage: this.TryFindName

Parameters:
Returns: Result<string, ErrorCase> Returns a name if the corresponding symbol exists, otherwise returns an Error value.
Modifiers: abstract

Finds the corresponding symbol name for a given address.

arg0 : Addr
Returns: Result<string, ErrorCase>

Returns a name if the corresponding symbol exists, otherwise returns an Error value.

Type something to start searching.