Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetRaw
Method
GetRaw
demangler/msvc/demangle_msvc.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
61
const char* Demangle::Reader::GetRaw()
62
{
63
return m_data.c_str();
64
}
65
66
67
char Demangle::Reader::Read()
Callers
15
DemangleVarType
Method · 0.45
DemangleNumber
Method · 0.45
DemangleChar
Method · 0.45
DemangleVariableList
Method · 0.45
DemangleTypeNameLookup
Method · 0.45
DemangleTemplateInstantiationName
Method · 0.45
DemangleString
Method · 0.45
DemangleTypeInfoName
Method · 0.45
DemangleName
Method · 0.45
DemangleCallingConvention
Method · 0.45
DemanglePointerSuffix
Method · 0.45
DemangleModifiers
Method · 0.45
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected