Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Peek
Method
Peek
demangler/msvc/demangle_msvc.cpp:53–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
52
53
char Demangle::Reader::Peek()
54
{
55
if (1 > Length())
56
throw DemangleException();
57
return (char)m_data[0];
58
}
59
60
61
const char* Demangle::Reader::GetRaw()
Callers
15
DemangleVarType
Method · 0.45
DemangleNumber
Method · 0.45
DemangleChar
Method · 0.45
DemangleVariableList
Method · 0.45
GetNameType
Method · 0.45
DemangleNameTypeRtti
Method · 0.45
DemangleTemplateInstantiationName
Method · 0.45
DemangleUnqualifiedSymbolName
Method · 0.45
DemangleString
Method · 0.45
DemangleName
Method · 0.45
DemanglePointerSuffix
Method · 0.45
DemangleModifiers
Method · 0.45
Calls
1
DemangleException
Class · 0.70
Tested by
no test coverage detected