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

Method GetCachedPossibleValueSet

lowlevelil.cpp:306–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304
305
306PossibleValueSet LowLevelILFunction::GetCachedPossibleValueSet(size_t idx)
307{
308 BNPossibleValueSet api = BNGetCachedLowLevelILPossibleValueSet(m_object, idx);
309 return PossibleValueSet::FromAPIObject(api);
310}
311
312
313ExprId LowLevelILFunction::AddExpr(

Calls

no outgoing calls

Tested by

no test coverage detected