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

Method GetValue

lowlevelilinstruction.cpp:1582–1585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1580
1581
1582RegisterValue LowLevelILInstructionBase::GetValue() const
1583{
1584 return function->GetExprValue(*(const LowLevelILInstruction*)this);
1585}
1586
1587
1588PossibleValueSet LowLevelILInstructionBase::GetPossibleValues(const set<BNDataFlowQueryOption>& options) const

Callers

nothing calls this directly

Calls 1

GetExprValueMethod · 0.45

Tested by

no test coverage detected