MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / PeekString

Method PeekString

demangler/gnu3/demangle_gnu3.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116
117string DemangleGNU3::Reader::PeekString(size_t count)
118{
119 if (count > Length())
120 return "\0";
121 return m_data.substr(m_offset, count);
122}
123
124
125char DemangleGNU3::Reader::Peek()

Callers 4

DemangleSymbolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected