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

Method GetRawOperandAsExpr

lowlevelilinstruction.cpp:1456–1460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1454
1455
1456LowLevelILInstruction LowLevelILInstructionBase::GetRawOperandAsExpr(size_t operand) const
1457{
1458 return LowLevelILInstruction(
1459 function, function->GetRawExpr(operands[operand]), operands[operand], instructionIndex);
1460}
1461
1462
1463SSARegister LowLevelILInstructionBase::GetRawOperandAsSSARegister(size_t operand) const

Callers 8

GetIndexMethod · 0.45
GetExprMethod · 0.45
GetSSARegisterMethod · 0.45
GetSSARegisterStackMethod · 0.45
GetExprListMethod · 0.45
GetSSARegisterListMethod · 0.45

Calls 2

GetRawExprMethod · 0.45

Tested by

no test coverage detected