Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
714
const char* StringRef::c_str() const
715
{
716
if (!m_ref)
717
return
""
; // todo: nullptr?
718
return BNGetStringRefContents(m_ref);
719
}
720
721
722
size_t StringRef::size() const
Callers
15
GetChildForIdentifier
Method · 0.80
CreateLanguageRepresentation
Method · 0.80
CreateSingleFunctionLanguageRepresentation
Method · 0.80
Dump
Method · 0.80
Settings
Method · 0.80
LoadSettingsFile
Method · 0.80
SetResourceId
Method · 0.80
RegisterGroup
Method · 0.80
RegisterSetting
Method · 0.80
Contains
Method · 0.80
QueryProperty<string>
Method · 0.80
QueryProperty<vector<string>>
Method · 0.80
Calls
no outgoing calls
Tested by
1
main
Function · 0.64