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

Method DemangleStringGNU3

demangler/gnu3/demangle_gnu3.cpp:2281–2284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2279
2280
2281bool DemangleGNU3::DemangleStringGNU3(Architecture* arch, const string& name, Ref<Type>& outType, QualifiedName& outVarName, const Ref<BinaryView>& view)
2282{
2283 return DemangleStringGNU3(arch, name, outType, outVarName);
2284}
2285
2286
2287bool DemangleGNU3::DemangleStringGNU3(Architecture* arch, const string& name, Ref<Type>& outType, QualifiedName& outVarName, BinaryView* view)

Callers

nothing calls this directly

Calls 14

CreateUnknownTypeFunction · 0.85
push_backMethod · 0.80
GetClassMethod · 0.80
GetTypeReferenceClassMethod · 0.80
GetNamedTypeReferenceMethod · 0.80
compareMethod · 0.45
emptyMethod · 0.45
clearMethod · 0.45
FinalizeMethod · 0.45
DemangleSymbolMethod · 0.45
sizeMethod · 0.45
GetTypeNameMethod · 0.45

Tested by

no test coverage detected