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

Method GetValue

highlevelilinstruction.cpp:832–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

830
831
832RegisterValue HighLevelILInstructionBase::GetValue() const
833{
834 if (!HasMediumLevelIL())
835 return RegisterValue();
836 return GetMediumLevelILSSAForm().GetValue();
837}
838
839
840PossibleValueSet HighLevelILInstructionBase::GetPossibleValues(const set<BNDataFlowQueryOption>& options) const

Callers

nothing calls this directly

Calls 1

RegisterValueClass · 0.70

Tested by

no test coverage detected