Header menu logo B2R2

INameReadable Type

Interface for reading names in a binary.

Instance members

Instance member Description

this.TryFindFunctionName

Full Usage: this.TryFindFunctionName

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

Find the corresponding function 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.