Type Alias binaryninja::flowgraph::BranchType

source ·
pub type BranchType = BNBranchType;

Aliased Type§

enum BranchType {
    UnconditionalBranch = 0,
    FalseBranch = 1,
    TrueBranch = 2,
    CallDestination = 3,
    FunctionReturn = 4,
    SystemCall = 5,
    IndirectBranch = 6,
    ExceptionBranch = 7,
    UnresolvedBranch = 127,
    UserDefinedBranch = 128,
}

Variants§

§

UnconditionalBranch = 0

§

FalseBranch = 1

§

TrueBranch = 2

§

CallDestination = 3

§

FunctionReturn = 4

§

SystemCall = 5

§

IndirectBranch = 6

§

ExceptionBranch = 7

§

UnresolvedBranch = 127

§

UserDefinedBranch = 128