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

Method GetPossibleValues

mediumlevelilinstruction.cpp:1088–1091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086
1087
1088PossibleValueSet MediumLevelILInstructionBase::GetPossibleValues(const set<BNDataFlowQueryOption>& options) const
1089{
1090 return function->GetPossibleExprValues(*(const MediumLevelILInstruction*)this, options);
1091}
1092
1093
1094Confidence<Ref<Type>> MediumLevelILInstructionBase::GetType() const

Callers

nothing calls this directly

Calls 1

GetPossibleExprValuesMethod · 0.45

Tested by

no test coverage detected