binaryninja.enums.BranchType¶
-
class
BranchType
[source]¶ -
__init__
()¶ x.__init__(…) initializes x; see help(type(x)) for signature
Attributes
CallDestination
FalseBranch
FunctionReturn
IndirectBranch
SystemCall
TrueBranch
UnconditionalBranch
UnresolvedBranch
-