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

Method DemangleSourceName

demangler/gnu3/demangle_gnu3.cpp:280–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279
280string DemangleGNU3::DemangleSourceName()
281{
282 indent();
283 MyLogDebug("%s : %s\n", __FUNCTION__, m_reader.GetRaw().c_str());
284 m_lastName = m_reader.ReadString(DemangleNumber());
285 dedent();
286 return m_lastName;
287}
288
289
290TypeBuilder DemangleGNU3::DemangleFunction(bool cnst, bool vltl)

Callers

nothing calls this directly

Calls 4

MyLogDebugFunction · 0.85
c_strMethod · 0.80
GetRawMethod · 0.45
ReadStringMethod · 0.45

Tested by

no test coverage detected