Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ PeekString
Method
PeekString
demangler/msvc/demangle_msvc.cpp:45–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
45
string Demangle::Reader::PeekString(size_t count)
46
{
47
if (count > Length())
48
throw DemangleException();
49
return m_data.substr(0, count);
50
}
51
52
53
char Demangle::Reader::Peek()
Callers
4
DemangleVarType
Method · 0.45
GetNameType
Method · 0.45
DemangleUnqualifiedSymbolName
Method · 0.45
DemangleName
Method · 0.45
Calls
1
DemangleException
Class · 0.70
Tested by
no test coverage detected