B2R2


SymbolKind Type

Kinds of a symbol.

Union cases

Union case Description

ExternFunctionType

Full Usage: ExternFunctionType

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

FileType

Full Usage: FileType

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

ForwardType(bin, func)

Full Usage: ForwardType(bin, func)

Parameters:
    bin : string
    func : string

The symbol is associated with a forwarding entry.

bin : string
func : string

FunctionType

Full Usage: FunctionType

The symbol is associated with a general function.

NoType

Full Usage: NoType

The symbol type is not specified.

ObjectType

Full Usage: ObjectType

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

SectionType

Full Usage: SectionType

The symbol is associated with a section.

TrampolineType

Full Usage: TrampolineType

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