MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetRawOperandAsFlagCondition

Method GetRawOperandAsFlagCondition

lowlevelilinstruction.cpp:1450–1453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1448
1449
1450BNLowLevelILFlagCondition LowLevelILInstructionBase::GetRawOperandAsFlagCondition(size_t operand) const
1451{
1452 return (BNLowLevelILFlagCondition)operands[operand];
1453}
1454
1455
1456LowLevelILInstruction LowLevelILInstructionBase::GetRawOperandAsExpr(size_t operand) const

Callers 1

GetFlagConditionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected