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

Method GetShortName

binaryview.cpp:788–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786
787
788string Symbol::GetShortName() const
789{
790 char* name = BNGetSymbolShortName(m_object);
791 string result = name;
792 BNFreeString(name);
793 return result;
794}
795
796
797StringRef Symbol::GetShortNameRef() const

Callers 11

GetExprTextMethod · 0.80
GetFunctionTypeTokensMethod · 0.80
GetExprTextInternalMethod · 0.80
InitMethod · 0.80
IdentifyStubFunction · 0.80
SymbolInfoMethod · 0.80
ProcessVFTMethod · 0.80
ReadTypeInfoVariantFunction · 0.80
ProcessRTTIMethod · 0.80
ProcessVFTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected