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