BranchType in binaryninja - Rust

#[repr(u32)]

pub 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

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for BNBranchType

§

impl RefUnwindSafe for BNBranchType

§

impl Send for BNBranchType

§

impl Sync for BNBranchType

§

impl Unpin for BNBranchType

§

impl UnwindSafe for BNBranchType

Blanket Implementations§