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

Method c_str

binaryview.cpp:714–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712
713
714const char* StringRef::c_str() const
715{
716 if (!m_ref)
717 return ""; // todo: nullptr?
718 return BNGetStringRefContents(m_ref);
719}
720
721
722size_t StringRef::size() const

Callers 15

GetChildForIdentifierMethod · 0.80
DumpMethod · 0.80
SettingsMethod · 0.80
LoadSettingsFileMethod · 0.80
SetResourceIdMethod · 0.80
RegisterGroupMethod · 0.80
RegisterSettingMethod · 0.80
ContainsMethod · 0.80
QueryProperty<string>Method · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64