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

Method Demangle

demangler/msvc/demangle_msvc.cpp:1873–1880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1871 BinaryView* view) override
1872#else
1873 virtual bool Demangle(Ref<Architecture> arch, const string& name, Ref<Type>& outType, QualifiedName& outVarName,
1874 Ref<BinaryView> view) override
1875#endif
1876 {
1877 if (view)
1878 return Demangle::DemangleMS(arch, name, outType, outVarName, view);
1879 return Demangle::DemangleMS(arch, name, outType, outVarName);
1880 }
1881};
1882
1883extern "C"

Callers

nothing calls this directly

Calls 1

DemangleMSFunction · 0.85

Tested by

no test coverage detected