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

Method GetVariableName

function.cpp:1682–1688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1680
1681
1682string Function::GetVariableName(const Variable& var)
1683{
1684 char* name = BNGetVariableName(m_object, &var);
1685 string result = name;
1686 BNFreeString(name);
1687 return result;
1688}
1689
1690
1691string Function::GetVariableNameOrDefault(const Variable& var)

Callers 1

PrintVariableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected