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

Method GetSplitVariableForDefinition

mediumlevelil.cpp:958–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956
957
958Variable MediumLevelILFunction::GetSplitVariableForDefinition(const Variable& var, size_t instrIndex)
959{
960 return Variable(
961 var.type, BNGetDefaultIndexForMediumLevelILVariableDefinition(m_object, &var, instrIndex), var.storage);
962}

Callers

nothing calls this directly

Calls 1

VariableClass · 0.70

Tested by

no test coverage detected