binaryninja.enums.BranchType

class BranchType(value)[source]

An enumeration.

__init__()

Initialize self. See help(type(self)) for accurate signature.

Attributes

CallDestination

ExceptionBranch

FalseBranch

FunctionReturn

IndirectBranch

SystemCall

TrueBranch

UnconditionalBranch

UnresolvedBranch

UserDefinedBranch