BinaryNinja::InstructionInfo Struct Reference

Public Member Functions

 InstructionInfo ()
 
void AddBranch (BNBranchType type, uint64_t target=0, Architecture *arch=nullptr, bool hasDelaySlot=false)
 

Additional Inherited Members

- Public Attributes inherited from BNInstructionInfo
size_t length
 
size_t branchCount
 
bool archTransitionByTargetAddr
 
bool branchDelay
 
BNBranchType branchType [3]
 
uint64_t branchTarget [3]
 
BNArchitecturebranchArch [3]
 

Constructor & Destructor Documentation

◆ InstructionInfo()

InstructionInfo::InstructionInfo ( )

Member Function Documentation

◆ AddBranch()

void InstructionInfo::AddBranch ( BNBranchType  type,
uint64_t  target = 0,
Architecture arch = nullptr,
bool  hasDelaySlot = false 
)