Header menu logo B2R2

BinSymbolKind Type

Represents a coarse, format-agnostic classification of a symbol.

Union cases

Union case Description

DataSymbol

Full Usage: DataSymbol

A data object symbol.

FileSymbol

Full Usage: FileSymbol

A symbol naming a source file.

FunctionSymbol

Full Usage: FunctionSymbol

A function (code) symbol.

OtherSymbol

Full Usage: OtherSymbol

Any other or unclassified symbol.

SectionSymbol

Full Usage: SectionSymbol

A symbol naming a section.

Instance members

Instance member Description

this.IsDataSymbol

Full Usage: this.IsDataSymbol

Returns: bool
Returns: bool

this.IsFileSymbol

Full Usage: this.IsFileSymbol

Returns: bool
Returns: bool

this.IsFunctionSymbol

Full Usage: this.IsFunctionSymbol

Returns: bool
Returns: bool

this.IsOtherSymbol

Full Usage: this.IsOtherSymbol

Returns: bool
Returns: bool

this.IsSectionSymbol

Full Usage: this.IsSectionSymbol

Returns: bool
Returns: bool

Type something to start searching.