retdec
Typedefs | Functions | Variables
demangler.cpp File Reference

Demangler tool. More...

#include <string>
#include <iostream>
#include "retdec/demangler/demangler.h"
#include "retdec/utils/io/log.h"

Typedefs

using ItaniumDemangler = retdec::demangler::ItaniumDemangler
 
using MicrosoftDemangler = retdec::demangler::MicrosoftDemangler
 
using BorlandDemangler = retdec::demangler::BorlandDemangler
 

Functions

int main (int argc, char *argv[])
 Main function of the Demangler tool. More...
 

Variables

const std::string helpmsg
 String constant containing help. More...
 

Detailed Description

Demangler tool.

Typedef Documentation

◆ BorlandDemangler

◆ ItaniumDemangler

◆ MicrosoftDemangler

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Main function of the Demangler tool.

Variable Documentation

◆ helpmsg

const std::string helpmsg
Initial value:
=
"Usage:\n"
"\t'retdec-demangler [-h, --help] | Show this help.\n"
"\t'retdec-demangler <mangledname> | Attempt to demangle <mangledname> using all available demanglers and print result if succeded.\n"

String constant containing help.