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

Function DemangleLLVM

demangle.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 bool DemangleLLVM(const std::string& mangledName, QualifiedName& outVarName,
26 BinaryView* view)
27 {
28 const bool simplify = Settings::Instance()->Get<bool>("analysis.types.templateSimplifier", view);
29 return DemangleLLVM(mangledName, outVarName, simplify);
30 }
31
32 bool DemangleLLVM(const std::string& mangledName, QualifiedName& outVarName,
33 const bool simplify)

Callers 1

DemangleNameLLVMMethod · 0.85

Calls 3

Get<bool>Method · 0.80
c_strMethod · 0.80
push_backMethod · 0.80

Tested by

no test coverage detected