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

Method GetValue

mediumlevelilinstruction.cpp:1082–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080
1081
1082RegisterValue MediumLevelILInstructionBase::GetValue() const
1083{
1084 return function->GetExprValue(*(const MediumLevelILInstruction*)this);
1085}
1086
1087
1088PossibleValueSet MediumLevelILInstructionBase::GetPossibleValues(const set<BNDataFlowQueryOption>& options) const

Callers

nothing calls this directly

Calls 1

GetExprValueMethod · 0.45

Tested by

no test coverage detected