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

Method GetGotoLabelName

function.cpp:2775–2781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2773
2774
2775string Function::GetGotoLabelName(uint64_t labelId)
2776{
2777 char* name = BNGetGotoLabelName(m_object, labelId);
2778 string result = name;
2779 BNFreeString(name);
2780 return result;
2781}
2782
2783
2784void Function::SetGotoLabelName(uint64_t labelId, const std::string& name)

Callers 2

GetExprTextMethod · 0.80
GetExprTextInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected