Header menu logo B2R2

SymbolKind Type

Kinds of a symbol.

Union cases

Union case Description

SymExternFunctionType

Full Usage: SymExternFunctionType

The symbol is associated with an external (imported) function.

SymFileType

Full Usage: SymFileType

The symbol gives the name of the source file associated with the obj file.

SymForwardType(bin, func)

Full Usage: SymForwardType(bin, func)

Parameters:
    bin : string
    func : string

The symbol is associated with a forwarding entry.

bin : string
func : string

SymFunctionType

Full Usage: SymFunctionType

The symbol is associated with a general function.

SymNoType

Full Usage: SymNoType

The symbol type is not specified.

SymObjectType

Full Usage: SymObjectType

The symbol is associated with a data object, such as a variable.

SymSectionType

Full Usage: SymSectionType

The symbol is associated with a section.

SymTrampolineType

Full Usage: SymTrampolineType

The symbol is associated with a trampoline instruction, such as PLT.

Instance members

Instance member Description

this.IsSymExternFunctionType

Full Usage: this.IsSymExternFunctionType

Returns: bool
Returns: bool

this.IsSymFileType

Full Usage: this.IsSymFileType

Returns: bool
Returns: bool

this.IsSymForwardType

Full Usage: this.IsSymForwardType

Returns: bool
Returns: bool

this.IsSymFunctionType

Full Usage: this.IsSymFunctionType

Returns: bool
Returns: bool

this.IsSymNoType

Full Usage: this.IsSymNoType

Returns: bool
Returns: bool

this.IsSymObjectType

Full Usage: this.IsSymObjectType

Returns: bool
Returns: bool

this.IsSymSectionType

Full Usage: this.IsSymSectionType

Returns: bool
Returns: bool

this.IsSymTrampolineType

Full Usage: this.IsSymTrampolineType

Returns: bool
Returns: bool

Type something to start searching.