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

Function DemangleMS

demangle.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 bool DemangleMS(Architecture* arch, const std::string& mangledName, Ref<Type>& outType, QualifiedName& outVarName,
48 BinaryView* view)
49 {
50 const bool simplify = Settings::Instance()->Get<bool>("analysis.types.templateSimplifier", view);
51 return DemangleMS(arch, mangledName, outType, outVarName, simplify);
52 }
53
54 bool DemangleMS(Architecture* arch, const std::string& mangledName, Ref<Type>& outType, QualifiedName& outVarName,
55 const bool simplify)

Callers 3

DemangleMSMethod · 0.85
DemangleMethod · 0.85
DemangleNameMSMethod · 0.85

Calls 4

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

Tested by

no test coverage detected