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

Method GetRawName

binaryview.cpp:820–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

818
819
820string Symbol::GetRawName() const
821{
822 char* name = BNGetSymbolRawName(m_object);
823 string result = name;
824 BNFreeString(name);
825 return result;
826}
827
828
829StringRef Symbol::GetRawNameRef() const

Callers 9

InitMethod · 0.80
ParseMiniDebugInfoMethod · 0.80
InitMethod · 0.80
NamedObjectMethod · 0.80
SymbolInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected