Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetRaw
Method
GetRaw
demangler/gnu3/demangle_gnu3.cpp:145–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
144
145
string DemangleGNU3::Reader::GetRaw()
146
{
147
return m_data.substr(m_offset);
148
}
149
150
151
char DemangleGNU3::Reader::Read()
Callers
15
DemangleGNU3
Method · 0.45
DemangleSourceName
Method · 0.45
DemangleFunction
Method · 0.45
demangle_gnu3.cpp
File · 0.45
DemangleType
Method · 0.45
DemangleSubstitution
Method · 0.45
DemanglePrimaryExpression
Method · 0.45
DemangleBinaryExpression
Method · 0.45
DemangleExpressionList
Method · 0.45
DemangleUnqualifiedName
Method · 0.45
DemangleBaseUnresolvedName
Method · 0.45
DemangleUnresolvedType
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected