demangle.cpp File Reference

Namespaces

namespace  BinaryNinja
 

Functions

bool BinaryNinja::DemangleMS (Architecture *arch, const std::string &mangledName, Type **outType, QualifiedName &outVarName, const Ref< BinaryView > &view)
 
bool BinaryNinja::DemangleMS (Architecture *arch, const std::string &mangledName, Type **outType, QualifiedName &outVarName, const bool simplify=false)
 
bool BinaryNinja::DemangleGNU3 (Ref< Architecture > arch, const std::string &mangledName, Type **outType, QualifiedName &outVarName, const Ref< BinaryView > &view)
 
bool BinaryNinja::DemangleGNU3 (Ref< Architecture > arch, const std::string &mangledName, Type **outType, QualifiedName &outVarName, const bool simplify=false)